Skip to main content

Update operator information

PATCH 

/v1/operator/:id

Update operator information. Name, email, and phone are replaced with the values in the request (omitted fields are written as empty). max_objects is required; only a system administrator may change it from the operator's current value.

Request

Path Parameters

    id stringrequired

    operator UUID

Body

required

Object

    email string
    max_objects integerrequired

    Required on create and update. Only a system administrator may change this from the operator's current value.

    name string
    phone string

Responses

Operator UUID

Schema

    string

Loading...