Skip to content

Commit

Permalink
Required requestBody in testsuite/data tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Azquelt committed May 31, 2024
1 parent d8de45b commit ac783f3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"post" : {
"tags" : [ "PeopleResource" ],
"requestBody" : {
"required": true,
"content" : {
"application/json" : {
"schema" : {
Expand Down Expand Up @@ -151,6 +152,7 @@
}
} ],
"requestBody" : {
"required": true,
"content" : {
"application/json" : {
"schema" : {
Expand Down

0 comments on commit ac783f3

Please sign in to comment.