Claim maneuver responsibility for a conjunction event
POSTWARNING: To avoid miscommunication, this endpoint is disabled for operators by default and will return a 403 error. If you are interested in using this functionality for maneuver coordination - please reach out to space-safety-onboarding@spacex.com./v1/event/:id/claim
Claim maneuver responsibility for a conjunction event. If another operator has already claimed responsibility, then this API will return an error.
If "force" is enabled, then it will claim the responsibility anyway. More than one operator can claim responsibility for the same event in this scenario.
Request
Path Parameters
id stringrequired
Event UUID
- application/json
Body
required
Object
claim_status string
force boolean
Default value: false
Will update the claim status, even if the other operator has claimed it already.
object_id uuidrequired
UUID of the Object in the event that the claim status is being set against.
Responses
- 200
- 400
OK
- text/plain
- Schema
Schema
string
Bad Request
- text/plain
- Schema
- Example (from schema)
Schema
correlation_id string
error string
error_type string
metadata
{
"correlation_id": "string",
"error": "string",
"error_type": "string",
"metadata": {}
}
Loading...