ServiceUsers

Update

Update attributes of a service user by ID.

patch/service_users/{id}

Path parameters

idstring required

Headers

ngrok-versioninteger required

Request body

idstring

n/a

namestring

human-readable name used to identify the service

activeboolean

whether or not the service is active

Response

Update attributes of a service user by ID.

idstring

unique API key resource identifier

uristring

URI to the API resource of this service user

namestring

human-readable name used to identify the service

activeboolean

whether or not the service is active

created_atstring

timestamp when the api key was created, RFC 3339 format

Changes