Create an operator
POST/v1/operator
Create an operator. Only available internally to system administrators.
Request
- application/json
Body
required
Object
email string
max_objects integerrequired
name string
phone string
rate_limit integerrequired
Trajectory upload limit per hour
Responses
- 201
- 400
Operator UUID
- application/json
- Schema
Schema
string
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
correlation_id string
error string
error_type string
metadata
{
"correlation_id": "string",
"error": "string",
"error_type": "string",
"metadata": {}
}
Loading...