Skip to main content

Claim responsibility of a conjunction event

POST 

/v1/event/:id/claim

Claim responsibility of 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 operator can claim responsibility for the same event in this scenario.

Request

Path Parameters

    id stringrequired

    object 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

Responses

OK

Schema

    string

Loading...