Skip to content

Commit 4a7a4f2

Browse files
committed
added UNKNWON enum
1 parent cc1f006 commit 4a7a4f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

specification/resources/apps/apps_list_deployments.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ parameters:
1414
- name: deployment_types
1515
description: |-
1616
Optional. Filter deployments by deployment_type
17+
- UNKOWN: default option, its' behavior is to return all deployments(like no filter was used)
1718
- MANUAL: manual deployment
1819
- DEPLOY_ON_PUSH: deployment triggered by a push to the app's repository
1920
- MAINTENANCE: deployment for maintenance purposes
@@ -28,6 +29,7 @@ parameters:
2829
items:
2930
type: string
3031
enum:
32+
- UNKNOWN
3133
- MANUAL
3234
- DEPLOY_ON_PUSH
3335
- MAINTENANCE

0 commit comments

Comments
 (0)