Skip to content

Commit 5126c20

Browse files
committed
chore(listSiteDeploys): documents additional parameters
1 parent cf2dbf3 commit 5126c20

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

swagger.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,36 @@ paths:
881881
type: string
882882
in: path
883883
required: true
884+
- name: deploy-previews
885+
type: boolean
886+
in: query
887+
- name: production
888+
type: boolean
889+
in: query
890+
- name: state
891+
type: string
892+
enum:
893+
- new
894+
- pending_review
895+
- accepted
896+
- rejected
897+
- enqueued
898+
- building
899+
- uploading
900+
- uploaded
901+
- preparing
902+
- prepared
903+
- processing
904+
- ready
905+
- error
906+
- retrying
907+
in: query
908+
- name: branch
909+
type: string
910+
in: query
911+
- name: latest-published
912+
type: boolean
913+
in: query
884914
get:
885915
operationId: listSiteDeploys
886916
tags: [deploy]

0 commit comments

Comments
 (0)