Send only the fields that change.
Section: HTTP method semantics
PATCH partially updates state
http
http
PATCH /profiles/123Explanation
PATCH may or may not be idempotent depending on the patch format and operation design.
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 HTTP method semantics
POST creates or triggers processing
Submit a new resource or command-like workflow.
OPTIONS advertises supported interactions
Inspect available methods or CORS capabilities.