Skip to content

Commit

Permalink
add generate certificate flag to custom domain
Browse files Browse the repository at this point in the history
  • Loading branch information
pggb25 committed Sep 29, 2023
1 parent e667b6e commit 645040a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/ApplicationCustomDomainRef.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

put:
summary: 'Edit a Custom Domain'
description: 'To edit a Custom Domain you must have the project user permission'
description: 'To edit a Custom Domain you must have the project user permission'
operationId: editCustomDomain
parameters:
- $ref: '../parameters/path/applicationId.yaml'
Expand Down
3 changes: 3 additions & 0 deletions src/schemas/CustomDomainRequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ properties:
type: string
description: your custom domain
example: my.domain.tld
generate_certificate:
type: boolean
description: to control if a certificate will be generated for this custom domain.

0 comments on commit 645040a

Please sign in to comment.