v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01206322659.2 KB
users

Patch the authenticated user's profile.

patch/me

Request body

{"stackTrail":"components:schemas:PatchMeReqBody:properties:access_request_data","oasType":"schema","type":"unknown","description":"Free-form access-request metadata. Merged (shallow) into the existing\nstored object server-side."}
langstring nullable

Preferred language (ISO 639-1, e.g. en). Cannot be set to null.

namestring nullable

Display name. 1–64 characters. Cannot be set to null.

phonestring nullable

Phone number. Pass null to clear.

Response

Profile updated

{"stackTrail":"paths:/me:patch:responses:204:content:application/json:schema","oasType":"schema","type":"unknown","description":"Successful responses use HTTP 204 and do not include a body."}