File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
specification/resources/apps Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,33 @@ parameters:
11
11
- $ref : parameters.yml#/app_id
12
12
- $ref : ../../shared/parameters.yml#/page
13
13
- $ref : ../../shared/parameters.yml#/per_page
14
+ - name : deployment_types
15
+ description : |-
16
+ Optional. Filter deployments by deployment_type
17
+ - MANUAL: manual deployment
18
+ - DEPLOY_ON_PUSH: deployment triggered by a push to the app's repository
19
+ - MAINTENANCE: deployment for maintenance purposes
20
+ - MANUAL_ROLLBACK: manual revert to a previous deployment
21
+ - AUTO_ROLLBACK: automatic revert to a previous deployment
22
+ - UPDATE_DATABASE_TRUSTED_SOURCES: update database trusted sources
23
+ - AUTOSCALED: deployment that has been autoscaled
24
+ in : query
25
+ required : false
26
+ schema :
27
+ type : array
28
+ items :
29
+ type : string
30
+ enum :
31
+ - MANUAL
32
+ - DEPLOY_ON_PUSH
33
+ - MAINTENANCE
34
+ - MANUAL_ROLLBACK
35
+ - AUTO_ROLLBACK
36
+ - UPDATE_DATABASE_TRUSTED_SOURCES
37
+ - AUTOSCALED
38
+ example :
39
+ - MANUAL
40
+ - AUTOSCALED
14
41
15
42
responses :
16
43
" 200 " :
You can’t perform that action at this time.
0 commit comments