avatars
Update avatar data
Updates the avatar data for a given avatar for the authenticated user.
patch/me/avatars/{imageHash}
Path parameters
imageHashstring required
The hash of the avatar to update.
Request body
Example request
{
"alt_text": "Gravatar's avatar image. Gravatar is a service for providing globally unique avatars."
}Response
Avatar updated successfully
Example response
{
"image_id": "38be15a98a2bbc40df69172a2a8349",
"image_url": "https://gravatar.com/userimage/252014526/d38bele5a98a2bbc40df69172a2a8348.jpeg",
"alt_text": "Gravatar's avatar image. Gravatar is a service for providing globally unique avatars.",
"selected": true,
"updated_date": "2021-10-01T12:00:00Z"
}Changes
Changed in 3 of the 11 revisions of this API.12
- ○
removed the non-success response with the status
response-non-success-status-removed
- ○
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲