diff --git a/openapi/v2023.8.2/bundled.yaml b/openapi/v2023.8.2/bundled.yaml index 02fd40d..f1e7ebe 100644 --- a/openapi/v2023.8.2/bundled.yaml +++ b/openapi/v2023.8.2/bundled.yaml @@ -2636,7 +2636,7 @@ paths: type: object properties: errorCode: - type: string + type: int errorDescription: type: string deprecated: false diff --git a/openapi/v2023.8.2/definitions/Error.yaml b/openapi/v2023.8.2/definitions/Error.yaml index baa0c60..50595f2 100644 --- a/openapi/v2023.8.2/definitions/Error.yaml +++ b/openapi/v2023.8.2/definitions/Error.yaml @@ -4,6 +4,6 @@ required: type: object properties: errorCode: - type: string + type: int errorDescription: type: string \ No newline at end of file