Skip to content

Commit

Permalink
[chore] Specify requestBody schema for post and patch project
Browse files Browse the repository at this point in the history
  • Loading branch information
sbu-WBT authored and oliverguenther committed May 13, 2024
1 parent 1fe2133 commit 06039dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/apiv3/paths/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ patch:
content:
application/json:
schema:
type: object
$ref: '../components/schemas/project_model.yml'
examples:
"with custom fields":
"$ref": "../components/examples/project_body.yml"
Expand Down
2 changes: 1 addition & 1 deletion docs/api/apiv3/paths/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ post:
content:
application/json:
schema:
type: object
$ref: '../components/schemas/project_model.yml'
examples:
'with custom fields':
$ref: '../components/examples/project_body.yml'
Expand Down

0 comments on commit 06039dc

Please sign in to comment.