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

string
required
Actor ID

Request Body

string
Updated display name.
string
Updated description.
string[]
Replaces the actor’s tags outright — the list you send becomes the complete set. Send [] to remove every tag, or omit the field to leave the current tags untouched.
object
Updated metadata. Replaces the entire metadata object — merge locally before sending if you want to preserve existing keys.

Response

object