We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1f006 commit 4a7a4f2Copy full SHA for 4a7a4f2
specification/resources/apps/apps_list_deployments.yml
@@ -14,6 +14,7 @@ parameters:
14
- name: deployment_types
15
description: |-
16
Optional. Filter deployments by deployment_type
17
+ - UNKOWN: default option, its' behavior is to return all deployments(like no filter was used)
18
- MANUAL: manual deployment
19
- DEPLOY_ON_PUSH: deployment triggered by a push to the app's repository
20
- MAINTENANCE: deployment for maintenance purposes
@@ -28,6 +29,7 @@ parameters:
28
29
items:
30
type: string
31
enum:
32
+ - UNKNOWN
33
- MANUAL
34
- DEPLOY_ON_PUSH
35
- MAINTENANCE
0 commit comments