api
patch/api/projects/{pid}/deploys/{did}
Request body
didinteger
A unique integer value identifying this deploy.
projectstring uuid required
Project UUID.
status'SUCCESS' | 'BUILDING' | 'DOWNLOADING' | 'FAILURE' | 'CANCELED'
Deploy status.
spiders_countstring
Number of spiders in this deploy.
createdstring date-time
Deploy creation date.
Response
OK
didinteger
A unique integer value identifying this deploy.
projectstring uuid required
Project UUID.
status'SUCCESS' | 'BUILDING' | 'DOWNLOADING' | 'FAILURE' | 'CANCELED'
Deploy status.
spiders_countstring
Number of spiders in this deploy.
createdstring date-time
Deploy creation date.