Skip to content

Commit

Permalink
Merge pull request #139 from mkusaka/update-20240209T000251
Browse files Browse the repository at this point in the history
update 20240209T000251
  • Loading branch information
mkusaka authored Feb 9, 2024
2 parents 42ea7d0 + c6cd097 commit 8d6d09a
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,41 +378,6 @@
},
"description": "A conflict has occurred while attempting to create the resource.\n"
},
"422_improper_payload": {
"content": {
"application/json": {
"examples": {
"incorrect_type": {
"summary": "A field was passed with an incorrect type.",
"value": {
"message": "JSON field 'field_name' is of incorrect type."
}
},
"missing_field": {
"summary": "A required field was not present.",
"value": {
"message": "Missing one or more JSON fields."
}
},
"unexpected_field": {
"summary": "An unexpected JSON field was present.",
"value": {
"message": "Unexpected JSON field 'field_name'."
}
}
},
"schema": {
"additionalProperties": false,
"properties": {
"message": {
"type": "string"
}
}
}
}
},
"description": "JSON passed in the request does not adhere to the expected schema."
},
"422_unsupported_org": {
"content": {
"application/json": {
Expand Down

0 comments on commit 8d6d09a

Please sign in to comment.