Deployments
Gets a development deployment's patch state
Returns the patch point the deployment is recorded as running and the latest staged-but-unsynced point, if any. The watch client computes its next patch off the pending point when present, else the running point.
GET
cURL
Authorizations
Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.
Response
200 - application/json
The patch state of the development deployment.
The watch client computes its next patch off pending_patch_point when present,
else running_patch_point.
cURL