Skip to content

Commit

Permalink
Update OpenAPI spec for v3 (Commit SHA: 50e384dfa684657b557f1834e7662…
Browse files Browse the repository at this point in the history
…d6e000e612c)
  • Loading branch information
actions-user committed Dec 11, 2024
1 parent cde6263 commit 6c664cb
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions openapi-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6c664cb

Please sign in to comment.