Skip to content

Commit

Permalink
Merge pull request #1688 from rosensilva/master
Browse files Browse the repository at this point in the history
Fix test failures
  • Loading branch information
rosensilva committed Oct 5, 2023
2 parents 42f2770 + ea3ed33 commit fd6a986
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,22 @@
},
"/": {
"put": {
"requestBody": {
"description": "Sample Payload",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"payload": {
"type": "object"
}
}
}
}
},
"required": false
},
"responses": {
"default": {
"description": "Default response"
Expand Down

0 comments on commit fd6a986

Please sign in to comment.