Skip to main content
Updates a single actor. Only the fields you include in the request body are changed; omitted fields remain untouched.
Permission required: actor:modify

Path Parameters

id
string
required
Actor ID

Request Body

display_name
string
Updated display name.
description
string
Updated description.
metadata
object
Updated metadata. Replaces the entire metadata object — merge locally before sending if you want to preserve existing keys.

Response

data
object