Update an actor
PATCH/v1/projects/:project_id/actors/:actor_id
Updates the fields present in the body and leaves the rest alone. external_id is not updatable: it is the key callers converge on, and moving it would silently orphan every reference they hold.
Request
Responses
- 200
- 400
- 401
- 404
- 502
The updated actor.
The request was malformed or failed validation.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The upstream runtime could not complete the operation.