Skip to main content

Claim maneuver responsibility for a conjunction event

POST 

/v1/event/:id/claim

WARNING: 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.

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

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

OK

Schema

    string

Loading...