api
put/api/projects/{pid}/deploys/{did}
Request body
didinteger
A unique integer value identifying this deploy.
status'SUCCESS' | 'BUILDING' | 'DOWNLOADING' | 'FAILURE' | 'CANCELED'
Deploy status.
spiders_namesstring[]
Spider names in this deploy.
error_reasonstring nullable
Error logs to persist in deploy_logs (Mongo) on failure.
Response
OK
didinteger
A unique integer value identifying this deploy.
status'SUCCESS' | 'BUILDING' | 'DOWNLOADING' | 'FAILURE' | 'CANCELED'
Deploy status.
spiders_namesstring[]
Spider names in this deploy.
error_reasonstring nullable
Error logs to persist in deploy_logs (Mongo) on failure.