Skip to content

Interface: CreateEmergencyRequest

Defined in: api/endpoints/emergency/request/CreateEmergencyRequest.ts:6

Request body for creating a new emergency.

Properties

location

location: Location

Defined in: api/endpoints/emergency/request/CreateEmergencyRequest.ts:10

The location of the emergency


rsiHandle?

optional rsiHandle: string

Defined in: api/endpoints/emergency/request/CreateEmergencyRequest.ts:26

The rsiHandle of the client

Remarks

This is optional, if the client already has an RSI handle set on his profile, this will be ignored.


threatLevel

threatLevel: ThreatLevel

Defined in: api/endpoints/emergency/request/CreateEmergencyRequest.ts:18

The threat level of the emergency

Remarks

This will be removed in the future.

Released under the GPL-3.0 License.