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 cf2dbf3 commit 5126c20Copy full SHA for 5126c20
swagger.yml
@@ -881,6 +881,36 @@ paths:
881
type: string
882
in: path
883
required: true
884
+ - name: deploy-previews
885
+ type: boolean
886
+ in: query
887
+ - name: production
888
889
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
908
+ - name: branch
909
910
911
+ - name: latest-published
912
913
914
get:
915
operationId: listSiteDeploys
916
tags: [deploy]
0 commit comments