Skip to content

Commit

Permalink
feat(cor-653):add description to secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienfleureau committed Jul 5, 2024
1 parent 9583d96 commit 8a6d7ce
Showing 1 changed file with 38 additions and 3 deletions.
41 changes: 38 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10918,8 +10918,8 @@ components:
required:
- id
- key
- scope
- mount_path
- scope
- variable_type
properties:
id:
Expand All @@ -10934,6 +10934,13 @@ components:
$ref: '#/components/schemas/APIVariableScopeEnum'
variable_type:
$ref: '#/components/schemas/APIVariableTypeEnum'
description:
type: string
x-stoplight:
id: 14nham449j6uk
maxLength: 255
description: optional variable description (255 characters maximum)
nullable: true
ApplicationAdvancedSettings:
type: object
properties:
Expand Down Expand Up @@ -16316,8 +16323,8 @@ components:
required:
- id
- key
- scope
- mount_path
- scope
- variable_type
properties:
id:
Expand All @@ -16331,6 +16338,13 @@ components:
$ref: '#/components/schemas/APIVariableScopeEnum'
variable_type:
$ref: '#/components/schemas/APIVariableTypeEnum'
description:
type: string
x-stoplight:
id: edfpfqj87ezos
maxLength: 255
description: optional variable description (255 characters maximum)
nullable: true
OrganizationWebhookCreateRequest:
type: object
required:
Expand Down Expand Up @@ -17005,6 +17019,13 @@ components:
owned_by:
type: string
description: 'Entity that created/own the variable (i.e: Qovery, Doppler)'
description:
type: string
x-stoplight:
id: fznezq37gx9ux
maxLength: 255
description: optional variable description (255 characters maximum)
nullable: true
SecretEditRequest:
type: object
required:
Expand All @@ -17014,6 +17035,13 @@ components:
type: string
key:
type: string
description:
type: string
x-stoplight:
id: kpr7b04o3wqkq
maxLength: 255
description: optional variable description (255 characters maximum)
nullable: true
SecretRequest:
type: object
required:
Expand All @@ -17027,9 +17055,16 @@ components:
description: value of the secret. Clear value will never be returned
mount_path:
type: string
nullable: true
default: null
description: should be set for file only. variable mount path make secret a file (where file should be mounted).
nullable: true
description:
type: string
x-stoplight:
id: dzjq13ney82de
maxLength: 255
description: optional variable description (255 character maximum)
nullable: true
SecretResponseList:
type: object
properties:
Expand Down

0 comments on commit 8a6d7ce

Please sign in to comment.