Skip to content

Commit

Permalink
change request body to application/json
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyStathis committed Oct 25, 2023
1 parent cfa8440 commit d275008
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ paths:
requestBody:
required: true
content:
application/vnd.api+json:
application/json:
schema:
$ref: '#/components/schemas/Doi'
responses:
Expand Down Expand Up @@ -546,7 +546,7 @@ paths:
requestBody:
required: true
content:
application/vnd.api+json:
application/json:
schema:
$ref: '#/components/schemas/Doi'
responses:
Expand Down Expand Up @@ -1047,7 +1047,7 @@ paths:
requestBody:
required: true
content:
application/vnd.api+json:
application/json:
schema:
$ref: '#/components/schemas/Report'
responses:
Expand Down Expand Up @@ -1089,7 +1089,7 @@ paths:
requestBody:
required: true
content:
application/vnd.api+json:
application/json:
schema:
$ref: '#/components/schemas/Report'
responses:
Expand Down

0 comments on commit d275008

Please sign in to comment.