Update an agent profile
POST/api/v1/agent-profiles/update
Partial update. Only the fields named in update_mask are written; everything else
on the stored record is left alone. Each successful update appends a new immutable
version.
Omitting update_mask replaces the whole record — send it unless you mean that.
Request
Responses
- 200
Profile updated; the new stored record is echoed back