From c6cd097cbdc994a4d07edf42ae826c8fc13eb5f1 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 9 Feb 2024 00:02:51 +0000 Subject: [PATCH] daily update 20240209T000251 --- swagger.json | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/swagger.json b/swagger.json index 0f294eb..16ab897 100644 --- a/swagger.json +++ b/swagger.json @@ -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": {