Send only the fields that should change.
Section: Errors, events, and partial updates
Partial update payload
json
json
{
"display_name": "Ada Lovelace",
"timezone": "America/Los_Angeles"
}Explanation
A patch payload should omit unrelated fields unless the API defines another behavior.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Errors, events, and partial updates
Structured error payload
Return a machine-readable error code and human-readable message.
Event-style message payload
A message with event type, timestamp, and nested data.