From 6c664cb91d8c30589fcf76736e24c11a9bdff6ad Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 11 Dec 2024 14:10:04 +0000 Subject: [PATCH] Update OpenAPI spec for v3 (Commit SHA: 50e384dfa684657b557f1834e7662d6e000e612c) --- openapi-v3.yaml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/openapi-v3.yaml b/openapi-v3.yaml index 99c224a..e1e5676 100644 --- a/openapi-v3.yaml +++ b/openapi-v3.yaml @@ -4392,7 +4392,7 @@ components: user: $ref: '#/components/schemas/User' type: - $ref: '#/components/schemas/TypeB17Enum' + $ref: '#/components/schemas/Type34eEnum' expires_at: type: string format: date-time @@ -9055,7 +9055,7 @@ components: user: $ref: '#/components/schemas/User' type: - $ref: '#/components/schemas/TypeB17Enum' + $ref: '#/components/schemas/Type34eEnum' expires_at: type: string format: date-time @@ -9240,7 +9240,7 @@ components: user: $ref: '#/components/schemas/User' type: - $ref: '#/components/schemas/TypeB17Enum' + $ref: '#/components/schemas/Type34eEnum' expires_at: type: string format: date-time @@ -9790,24 +9790,26 @@ components: type: integer required: - host - Type76eEnum: - enum: - - development - - deployment - type: string - description: |- - * `development` - DEVELOPMENT - * `deployment` - DEPLOYMENT - TypeB17Enum: + Type34eEnum: enum: - 1 - 2 - 3 + - 4 type: integer description: |- * `1` - CLOUD_CLI * `2` - GENERAL * `3` - NATIVE_APP_USER_LINK + * `4` - SCIM + Type76eEnum: + enum: + - development + - deployment + type: string + description: |- + * `development` - DEVELOPMENT + * `deployment` - DEPLOYMENT TypeEdaEnum: enum: - 1