Patch My Profile
community-profile-me
Patch My Profile
Update the authenticated contact's own community profile.
Allowed fields: hide_profile (bool), bio (str | None),
display_name (str | None, max_length=120).
display_name supports clearing: PATCH {"display_name": null} writes NULL
(falls back to the contact name); omitting it leaves the stored value as-is.
Photo fields are deferred to v1.1 — rejected with 422 if present.
Returns 200 with the updated profile resource.
PATCH
Patch My Profile
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/vnd.api+json