Skip to content

Commit 1090199

Browse files
committed
fix: use put instead of post for site rollback endpoint
1 parent abe4378 commit 1090199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swagger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ paths:
874874
type: string
875875
in: path
876876
required: true
877-
post:
877+
put:
878878
operationId: rollbackSiteDeploy
879879
tags: [deploy]
880880
responses:

0 commit comments

Comments
 (0)