Skip to content

Commit

Permalink
Merge pull request #82 from madpah/fix/spec-fixes
Browse files Browse the repository at this point in the history
fix: `examples` incorrectly nested for `POST /leaf`
  • Loading branch information
madpah authored Nov 20, 2024
2 parents cabb23e + 3efd0bd commit 86e563b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions spec/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,16 +306,16 @@
"release_date",
"pre_release"
]
}
},
"examples": {
"basic": {
"summary": "Basic leaf creation",
"value": {
"tea_product_identifier": "123e4567-e89b-12d3-a456-426614174000",
"product_version": "1.0.0",
"release_date": "2024-03-20T15:30:00Z",
"pre_release": false
},
"examples": {
"basic": {
"summary": "Basic leaf creation",
"value": {
"tea_product_identifier": "123e4567-e89b-12d3-a456-426614174000",
"product_version": "1.0.0",
"release_date": "2024-03-20T15:30:00Z",
"pre_release": false
}
}
}
}
Expand Down

0 comments on commit 86e563b

Please sign in to comment.