diff --git a/api/swagger.json b/api/swagger.json index 1bd3f1f..38a8f22 100644 --- a/api/swagger.json +++ b/api/swagger.json @@ -2,7 +2,7 @@ "openapi": "3.0.1", "info": { "title": "Digital Identity Service API", - "version": "1.45.0" + "version": "1.45.1" }, "servers": [ { @@ -76,22 +76,22 @@ "401": { "description": "Unauthorized" }, - "200": { - "description": "OK", + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ImageCrop" + "$ref": "#/components/schemas/ErrorResponse" } } } }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "200": { + "description": "OK", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ErrorResponse" + "$ref": "#/components/schemas/ImageCrop" } } } @@ -106,8 +106,8 @@ } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -172,8 +172,8 @@ } } }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_ID\n - INVALID_REQUEST_BODY\n - INVALID_IMAGE", "content": { "application/json": { "schema": { @@ -182,8 +182,8 @@ } } }, - "409": { - "description": "Conflict\n\nPossible error codes:\n - CONFLICT", + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { @@ -192,8 +192,8 @@ } } }, - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_ID\n - INVALID_REQUEST_BODY\n - INVALID_IMAGE", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -202,8 +202,8 @@ } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "409": { + "description": "Conflict\n\nPossible error codes:\n - CONFLICT", "content": { "application/json": { "schema": { @@ -242,8 +242,8 @@ "401": { "description": "Unauthorized" }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", "content": { "application/json": { "schema": { @@ -252,8 +252,8 @@ } } }, - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -294,21 +294,21 @@ "403": { "description": "Forbidden" }, - "401": { - "description": "Unauthorized" - }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "200": { + "description": "OK", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ErrorResponse" + "$ref": "#/components/schemas/CreateCustomerLivenessResponse" } } } }, - "409": { - "description": "Conflict\n\nPossible error codes:\n - CONFLICT", + "401": { + "description": "Unauthorized" + }, + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", "content": { "application/json": { "schema": { @@ -317,8 +317,8 @@ } } }, - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { @@ -327,8 +327,8 @@ } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -337,12 +337,12 @@ } } }, - "200": { - "description": "OK", + "409": { + "description": "Conflict\n\nPossible error codes:\n - CONFLICT", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CreateCustomerLivenessResponse" + "$ref": "#/components/schemas/ErrorResponse" } } } @@ -377,8 +377,8 @@ "401": { "description": "Unauthorized" }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", "content": { "application/json": { "schema": { @@ -387,8 +387,8 @@ } } }, - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -436,24 +436,24 @@ "required": true }, "responses": { - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_ID\n - INVALID_REQUEST_BODY", + "403": { + "description": "Forbidden" + }, + "401": { + "description": "Unauthorized" + }, + "200": { + "description": "OK", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ErrorResponse" + "$ref": "#/components/schemas/LivenessChallengeResponse" } } } }, - "403": { - "description": "Forbidden" - }, - "401": { - "description": "Unauthorized" - }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { @@ -462,8 +462,8 @@ } } }, - "409": { - "description": "Conflict\n\nPossible error codes:\n - CONFLICT", + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_ID\n - INVALID_REQUEST_BODY", "content": { "application/json": { "schema": { @@ -472,18 +472,18 @@ } } }, - "200": { - "description": "OK", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/LivenessChallengeResponse" + "$ref": "#/components/schemas/ErrorResponse" } } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "409": { + "description": "Conflict\n\nPossible error codes:\n - CONFLICT", "content": { "application/json": { "schema": { @@ -528,6 +528,12 @@ "required": true }, "responses": { + "403": { + "description": "Forbidden" + }, + "401": { + "description": "Unauthorized" + }, "200": { "description": "OK", "content": { @@ -538,8 +544,8 @@ } } }, - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_ID\n - INVALID_REQUEST_BODY", + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { @@ -548,14 +554,8 @@ } } }, - "403": { - "description": "Forbidden" - }, - "401": { - "description": "Unauthorized" - }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_ID\n - INVALID_REQUEST_BODY", "content": { "application/json": { "schema": { @@ -564,8 +564,8 @@ } } }, - "409": { - "description": "Conflict\n\nPossible error codes:\n - CONFLICT", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -574,8 +574,8 @@ } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "409": { + "description": "Conflict\n\nPossible error codes:\n - CONFLICT", "content": { "application/json": { "schema": { @@ -614,8 +614,8 @@ "401": { "description": "Unauthorized" }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", "content": { "application/json": { "schema": { @@ -624,8 +624,8 @@ } } }, - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -685,8 +685,8 @@ "401": { "description": "Unauthorized" }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_ID\n - INVALID_REQUEST_BODY\n - INVALID_IMAGE", "content": { "application/json": { "schema": { @@ -695,8 +695,8 @@ } } }, - "409": { - "description": "Conflict\n\nPossible error codes:\n - CONFLICT", + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { @@ -715,8 +715,8 @@ } } }, - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_ID\n - INVALID_REQUEST_BODY\n - INVALID_IMAGE", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -725,8 +725,8 @@ } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "409": { + "description": "Conflict\n\nPossible error codes:\n - CONFLICT", "content": { "application/json": { "schema": { @@ -761,14 +761,8 @@ "required": true }, "responses": { - "403": { - "description": "Forbidden" - }, - "401": { - "description": "Unauthorized" - }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_REQUEST_BODY", "content": { "application/json": { "schema": { @@ -777,6 +771,12 @@ } } }, + "403": { + "description": "Forbidden" + }, + "401": { + "description": "Unauthorized" + }, "200": { "description": "OK", "content": { @@ -787,8 +787,8 @@ } } }, - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_REQUEST_BODY", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -879,16 +879,6 @@ "401": { "description": "Unauthorized" }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorResponse" - } - } - } - }, "200": { "description": "OK", "content": { @@ -918,6 +908,16 @@ } } } + }, + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorResponse" + } + } + } } }, "security": [ @@ -955,12 +955,12 @@ "required": true }, "responses": { - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_ID\n - INVALID_REQUEST_BODY", + "200": { + "description": "OK", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ErrorResponse" + "$ref": "#/components/schemas/PalmSimilarityResponse" } } } @@ -971,8 +971,8 @@ "401": { "description": "Unauthorized" }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { @@ -981,8 +981,8 @@ } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_ID\n - INVALID_REQUEST_BODY", "content": { "application/json": { "schema": { @@ -991,12 +991,12 @@ } } }, - "200": { - "description": "OK", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/PalmSimilarityResponse" + "$ref": "#/components/schemas/ErrorResponse" } } } @@ -1027,16 +1027,6 @@ } ], "responses": { - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_ID\n - INVALID_REQUEST_BODY", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorResponse" - } - } - } - }, "403": { "description": "Forbidden" }, @@ -1053,8 +1043,8 @@ } } }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { @@ -1063,8 +1053,18 @@ } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_ID\n - INVALID_REQUEST_BODY", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorResponse" + } + } + } + }, + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -1111,18 +1111,18 @@ "401": { "description": "Unauthorized" }, - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_REQUEST_BODY\n - INVALID_IMAGE\n - FACE_SIZE_MEMORY_LIMIT", + "200": { + "description": "OK", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ErrorResponse" + "$ref": "#/components/schemas/CreateFaceResponse" } } } }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_REQUEST_BODY\n - INVALID_IMAGE\n - FACE_SIZE_MEMORY_LIMIT", "content": { "application/json": { "schema": { @@ -1141,12 +1141,12 @@ } } }, - "200": { - "description": "OK", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CreateFaceResponse" + "$ref": "#/components/schemas/ErrorResponse" } } } @@ -1187,6 +1187,12 @@ "required": true }, "responses": { + "403": { + "description": "Forbidden" + }, + "401": { + "description": "Unauthorized" + }, "200": { "description": "OK", "content": { @@ -1197,14 +1203,8 @@ } } }, - "403": { - "description": "Forbidden" - }, - "401": { - "description": "Unauthorized" - }, - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_REQUEST_BODY\n - INVALID_IMAGE\n - UNSUPPORTED_VERSION_TEMPLATE\n - CORRUPTED_TEMPLATE\n - INCOMPATIBLE_TEMPLATE", + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { @@ -1213,8 +1213,8 @@ } } }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_REQUEST_BODY\n - INVALID_IMAGE\n - UNSUPPORTED_VERSION_TEMPLATE\n - CORRUPTED_TEMPLATE\n - INCOMPATIBLE_TEMPLATE", "content": { "application/json": { "schema": { @@ -1223,8 +1223,8 @@ } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -1304,19 +1304,19 @@ "403": { "description": "Forbidden" }, - "401": { - "description": "Unauthorized" - }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "200": { + "description": "OK", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ErrorResponse" + "$ref": "#/components/schemas/GetCustomerResponse" } } } }, + "401": { + "description": "Unauthorized" + }, "400": { "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", "content": { @@ -1337,12 +1337,12 @@ } } }, - "200": { - "description": "OK", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/GetCustomerResponse" + "$ref": "#/components/schemas/ErrorResponse" } } } @@ -1377,28 +1377,28 @@ "401": { "description": "Unauthorized" }, - "200": { - "description": "OK", + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CreateCustomerResponse" + "$ref": "#/components/schemas/ErrorResponse" } } } }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "200": { + "description": "OK", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ErrorResponse" + "$ref": "#/components/schemas/CreateCustomerResponse" } } } }, - "422": { - "description": "Unprocessable request\n\nPossible error codes:\n - ALREADY_EXISTS", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -1407,8 +1407,8 @@ } } }, - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", + "422": { + "description": "Unprocessable request\n\nPossible error codes:\n - ALREADY_EXISTS", "content": { "application/json": { "schema": { @@ -1447,8 +1447,8 @@ "401": { "description": "Unauthorized" }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", "content": { "application/json": { "schema": { @@ -1457,8 +1457,8 @@ } } }, - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -1506,8 +1506,14 @@ "required": true }, "responses": { - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_ID\n - INVALID_REQUEST_BODY", + "403": { + "description": "Forbidden" + }, + "401": { + "description": "Unauthorized" + }, + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { @@ -1516,14 +1522,8 @@ } } }, - "403": { - "description": "Forbidden" - }, - "401": { - "description": "Unauthorized" - }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_ID\n - INVALID_REQUEST_BODY", "content": { "application/json": { "schema": { @@ -1532,8 +1532,8 @@ } } }, - "409": { - "description": "Conflict\n\nPossible error codes:\n - CONFLICT", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -1542,8 +1542,8 @@ } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "409": { + "description": "Conflict\n\nPossible error codes:\n - CONFLICT", "content": { "application/json": { "schema": { @@ -1597,18 +1597,18 @@ "401": { "description": "Unauthorized" }, - "200": { - "description": "OK", + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_ID\n - INVALID_REQUEST_BODY\n - INVALID_IMAGE", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CreateCustomerLivenessSelfieResponse" + "$ref": "#/components/schemas/ErrorResponse" } } } }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { @@ -1617,8 +1617,8 @@ } } }, - "409": { - "description": "Conflict\n\nPossible error codes:\n - CONFLICT", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -1627,18 +1627,18 @@ } } }, - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_ID\n - INVALID_REQUEST_BODY\n - INVALID_IMAGE", + "200": { + "description": "OK", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ErrorResponse" + "$ref": "#/components/schemas/CreateCustomerLivenessSelfieResponse" } } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "409": { + "description": "Conflict\n\nPossible error codes:\n - CONFLICT", "content": { "application/json": { "schema": { @@ -1683,8 +1683,14 @@ "required": true }, "responses": { - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_ID\n - INVALID_REQUEST_BODY", + "403": { + "description": "Forbidden" + }, + "401": { + "description": "Unauthorized" + }, + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { @@ -1693,24 +1699,18 @@ } } }, - "403": { - "description": "Forbidden" - }, - "401": { - "description": "Unauthorized" - }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "200": { + "description": "OK", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ErrorResponse" + "$ref": "#/components/schemas/RetrieveLivenessSelfiesResponse" } } } }, - "409": { - "description": "Conflict\n\nPossible error codes:\n - CONFLICT", + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_ID\n - INVALID_REQUEST_BODY", "content": { "application/json": { "schema": { @@ -1719,18 +1719,18 @@ } } }, - "200": { - "description": "OK", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/RetrieveLivenessSelfiesResponse" + "$ref": "#/components/schemas/ErrorResponse" } } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "409": { + "description": "Conflict\n\nPossible error codes:\n - CONFLICT", "content": { "application/json": { "schema": { @@ -1776,24 +1776,14 @@ "required": true }, "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/CreateCustomerLivenessRecordResponse" - } - } - } - }, "403": { "description": "Forbidden" }, "401": { "description": "Unauthorized" }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_ID\n - INVALID_REQUEST_BODY\n - INVALID_IMAGE", "content": { "application/json": { "schema": { @@ -1802,8 +1792,8 @@ } } }, - "409": { - "description": "Conflict\n\nPossible error codes:\n - CONFLICT", + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { @@ -1812,8 +1802,8 @@ } } }, - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_ID\n - INVALID_REQUEST_BODY\n - INVALID_IMAGE", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -1822,8 +1812,18 @@ } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/CreateCustomerLivenessRecordResponse" + } + } + } + }, + "409": { + "description": "Conflict\n\nPossible error codes:\n - CONFLICT", "content": { "application/json": { "schema": { @@ -1868,24 +1868,24 @@ "required": true }, "responses": { - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_ID\n - INVALID_REQUEST_BODY", + "403": { + "description": "Forbidden" + }, + "401": { + "description": "Unauthorized" + }, + "200": { + "description": "OK", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ErrorResponse" + "$ref": "#/components/schemas/EvaluateCustomerLivenessResponse" } } } }, - "403": { - "description": "Forbidden" - }, - "401": { - "description": "Unauthorized" - }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { @@ -1894,8 +1894,8 @@ } } }, - "409": { - "description": "Conflict\n\nPossible error codes:\n - CONFLICT", + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_ID\n - INVALID_REQUEST_BODY", "content": { "application/json": { "schema": { @@ -1904,8 +1904,8 @@ } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -1914,12 +1914,12 @@ } } }, - "200": { - "description": "OK", + "409": { + "description": "Conflict\n\nPossible error codes:\n - CONFLICT", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/EvaluateCustomerLivenessResponse" + "$ref": "#/components/schemas/ErrorResponse" } } } @@ -1950,24 +1950,14 @@ } ], "responses": { - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/CustomerInspectResponse" - } - } - } - }, "403": { "description": "Forbidden" }, "401": { "description": "Unauthorized" }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", "content": { "application/json": { "schema": { @@ -1976,8 +1966,8 @@ } } }, - "409": { - "description": "Conflict\n\nPossible error codes:\n - CONFLICT", + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { @@ -1986,8 +1976,18 @@ } } }, - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/CustomerInspectResponse" + } + } + } + }, + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -1996,8 +1996,8 @@ } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "409": { + "description": "Conflict\n\nPossible error codes:\n - CONFLICT", "content": { "application/json": { "schema": { @@ -2035,9 +2035,6 @@ "403": { "description": "Forbidden" }, - "401": { - "description": "Unauthorized" - }, "200": { "description": "OK", "content": { @@ -2048,8 +2045,11 @@ } } }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "401": { + "description": "Unauthorized" + }, + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", "content": { "application/json": { "schema": { @@ -2058,8 +2058,8 @@ } } }, - "409": { - "description": "Conflict\n\nPossible error codes:\n - CONFLICT", + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { @@ -2068,8 +2068,8 @@ } } }, - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -2078,8 +2078,8 @@ } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "409": { + "description": "Conflict\n\nPossible error codes:\n - CONFLICT", "content": { "application/json": { "schema": { @@ -2120,8 +2120,8 @@ "401": { "description": "Unauthorized" }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", "content": { "application/json": { "schema": { @@ -2130,8 +2130,8 @@ } } }, - "409": { - "description": "Conflict\n\nPossible error codes:\n - CONFLICT", + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { @@ -2140,18 +2140,18 @@ } } }, - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", + "200": { + "description": "OK", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ErrorResponse" + "$ref": "#/components/schemas/DocumentInspectResponse" } } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -2160,12 +2160,12 @@ } } }, - "200": { - "description": "OK", + "409": { + "description": "Conflict\n\nPossible error codes:\n - CONFLICT", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DocumentInspectResponse" + "$ref": "#/components/schemas/ErrorResponse" } } } @@ -2202,18 +2202,18 @@ "401": { "description": "Unauthorized" }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "200": { + "description": "OK", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ErrorResponse" + "$ref": "#/components/schemas/DocumentInspectDiscloseResponse" } } } }, - "409": { - "description": "Conflict\n\nPossible error codes:\n - CONFLICT", + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", "content": { "application/json": { "schema": { @@ -2222,8 +2222,8 @@ } } }, - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { @@ -2232,8 +2232,8 @@ } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -2242,12 +2242,12 @@ } } }, - "200": { - "description": "OK", + "409": { + "description": "Conflict\n\nPossible error codes:\n - CONFLICT", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/DocumentInspectDiscloseResponse" + "$ref": "#/components/schemas/ErrorResponse" } } } @@ -2278,22 +2278,6 @@ } ], "responses": { - "403": { - "description": "Forbidden" - }, - "401": { - "description": "Unauthorized" - }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorResponse" - } - } - } - }, "200": { "description": "OK", "content": { @@ -2304,6 +2288,12 @@ } } }, + "403": { + "description": "Forbidden" + }, + "401": { + "description": "Unauthorized" + }, "400": { "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", "content": { @@ -2323,6 +2313,16 @@ } } } + }, + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorResponse" + } + } + } } }, "security": [ @@ -2340,6 +2340,16 @@ "summary": "Get metadata", "operationId": "metadata", "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/DocumentMetadataResponse" + } + } + } + }, "403": { "description": "Forbidden" }, @@ -2355,16 +2365,6 @@ } } } - }, - "200": { - "description": "OK", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/DocumentMetadataResponse" - } - } - } } }, "security": [ @@ -2398,8 +2398,8 @@ "401": { "description": "Unauthorized" }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", "content": { "application/json": { "schema": { @@ -2408,18 +2408,18 @@ } } }, - "200": { - "description": "OK", + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/FaceQualityResponse" + "$ref": "#/components/schemas/ErrorResponse" } } } }, - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -2428,12 +2428,12 @@ } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "200": { + "description": "OK", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ErrorResponse" + "$ref": "#/components/schemas/FaceQualityResponse" } } } @@ -2470,12 +2470,12 @@ "401": { "description": "Unauthorized" }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "200": { + "description": "OK", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ErrorResponse" + "$ref": "#/components/schemas/GlassesResponse" } } } @@ -2500,12 +2500,12 @@ } } }, - "200": { - "description": "OK", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/GlassesResponse" + "$ref": "#/components/schemas/ErrorResponse" } } } @@ -2536,24 +2536,24 @@ } ], "responses": { - "200": { - "description": "OK", + "403": { + "description": "Forbidden" + }, + "401": { + "description": "Unauthorized" + }, + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/FaceTemplateResponse" + "$ref": "#/components/schemas/ErrorResponse" } } } }, - "403": { - "description": "Forbidden" - }, - "401": { - "description": "Unauthorized" - }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { @@ -2562,18 +2562,18 @@ } } }, - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", + "200": { + "description": "OK", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ErrorResponse" + "$ref": "#/components/schemas/FaceTemplateResponse" } } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -2614,16 +2614,6 @@ "401": { "description": "Unauthorized" }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorResponse" - } - } - } - }, "200": { "description": "OK", "content": { @@ -2653,6 +2643,16 @@ } } } + }, + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorResponse" + } + } + } } }, "security": [ @@ -2704,22 +2704,22 @@ "401": { "description": "Unauthorized" }, - "200": { - "description": "OK", + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ImageCrop" + "$ref": "#/components/schemas/ErrorResponse" } } } }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "200": { + "description": "OK", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ErrorResponse" + "$ref": "#/components/schemas/ImageCrop" } } } @@ -2734,8 +2734,8 @@ } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -2794,22 +2794,22 @@ "401": { "description": "Unauthorized" }, - "200": { - "description": "OK", + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ImageCrop" + "$ref": "#/components/schemas/ErrorResponse" } } } }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "200": { + "description": "OK", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ErrorResponse" + "$ref": "#/components/schemas/ImageCrop" } } } @@ -2824,8 +2824,8 @@ } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -2860,22 +2860,6 @@ } ], "responses": { - "403": { - "description": "Forbidden" - }, - "401": { - "description": "Unauthorized" - }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorResponse" - } - } - } - }, "200": { "description": "OK", "content": { @@ -2886,6 +2870,12 @@ } } }, + "403": { + "description": "Forbidden" + }, + "401": { + "description": "Unauthorized" + }, "400": { "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", "content": { @@ -2905,6 +2895,16 @@ } } } + }, + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorResponse" + } + } + } } }, "security": [ @@ -2938,16 +2938,6 @@ "401": { "description": "Unauthorized" }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorResponse" - } - } - } - }, "200": { "description": "OK", "content": { @@ -2977,6 +2967,16 @@ } } } + }, + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorResponse" + } + } + } } }, "security": [ @@ -3036,22 +3036,22 @@ "401": { "description": "Unauthorized" }, - "200": { - "description": "OK", + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ImageCrop" + "$ref": "#/components/schemas/ErrorResponse" } } } }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "200": { + "description": "OK", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ErrorResponse" + "$ref": "#/components/schemas/ImageCrop" } } } @@ -3066,8 +3066,8 @@ } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -3126,22 +3126,22 @@ "401": { "description": "Unauthorized" }, - "200": { - "description": "OK", + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ImageCrop" + "$ref": "#/components/schemas/ErrorResponse" } } } }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "200": { + "description": "OK", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ErrorResponse" + "$ref": "#/components/schemas/ImageCrop" } } } @@ -3156,8 +3156,8 @@ } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -3216,22 +3216,22 @@ "401": { "description": "Unauthorized" }, - "200": { - "description": "OK", + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ImageCrop" + "$ref": "#/components/schemas/ErrorResponse" } } } }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "200": { + "description": "OK", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ErrorResponse" + "$ref": "#/components/schemas/ImageCrop" } } } @@ -3246,8 +3246,8 @@ } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -3314,22 +3314,22 @@ "401": { "description": "Unauthorized" }, - "200": { - "description": "OK", + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ImageCrop" + "$ref": "#/components/schemas/ErrorResponse" } } } }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "200": { + "description": "OK", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ErrorResponse" + "$ref": "#/components/schemas/ImageCrop" } } } @@ -3344,8 +3344,8 @@ } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -3388,22 +3388,6 @@ } ], "responses": { - "403": { - "description": "Forbidden" - }, - "401": { - "description": "Unauthorized" - }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorResponse" - } - } - } - }, "200": { "description": "OK", "content": { @@ -3414,6 +3398,12 @@ } } }, + "403": { + "description": "Forbidden" + }, + "401": { + "description": "Unauthorized" + }, "400": { "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", "content": { @@ -3433,6 +3423,16 @@ } } } + }, + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrorResponse" + } + } + } } }, "security": [ @@ -3484,22 +3484,22 @@ "401": { "description": "Unauthorized" }, - "200": { - "description": "OK", + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ImageCrop" + "$ref": "#/components/schemas/ErrorResponse" } } } }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "200": { + "description": "OK", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ErrorResponse" + "$ref": "#/components/schemas/ImageCrop" } } } @@ -3514,8 +3514,8 @@ } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -3574,22 +3574,22 @@ "401": { "description": "Unauthorized" }, - "200": { - "description": "OK", + "404": { + "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ImageCrop" + "$ref": "#/components/schemas/ErrorResponse" } } } }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "200": { + "description": "OK", "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/ErrorResponse" + "$ref": "#/components/schemas/ImageCrop" } } } @@ -3604,8 +3604,8 @@ } } }, - "404": { - "description": "Not found\n\nPossible error codes:\n - NOT_FOUND", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -3646,8 +3646,8 @@ "401": { "description": "Unauthorized" }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", "content": { "application/json": { "schema": { @@ -3656,8 +3656,8 @@ } } }, - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { @@ -3701,8 +3701,8 @@ "401": { "description": "Unauthorized" }, - "500": { - "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", + "400": { + "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", "content": { "application/json": { "schema": { @@ -3711,8 +3711,8 @@ } } }, - "400": { - "description": "Bad request\n\nPossible error codes:\n - INVALID_ID", + "500": { + "description": "Internal Server Error\n\nPossible error codes:\n - UNEXPECTED_ERROR", "content": { "application/json": { "schema": { diff --git a/postman/dis-postman-collection.json b/postman/dis-postman-collection.json index bb47221..0fb6232 100644 --- a/postman/dis-postman-collection.json +++ b/postman/dis-postman-collection.json @@ -1,7 +1,7 @@ { "info": { "_postman_id": "241d6cb7-8ec0-4359-a909-ed9b00aa93e6", - "name": "DOT Digital Identity Service 1.45.0", + "name": "DOT Digital Identity Service 1.45.1", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "23173958" },