Overview

Sections

Theme switcher

Edit My Image

Header Parameters

StoreIdstring Required

StoreId API key provided by Tuned Global to authenticate and authorize access to the service

Authorizationstring Required

Bearer token

Query Parameters

typestring Required

Specifies the category of the image to update. Accepted values are 'background' for the user's background image and 'profile' for the user's profile picture.

Enum values:
ProfileBackground
profileIdinteger

Unique identifier of the user profile associated with the image to be updated.

Response

200
Object

OK

Response Attributes

Languagestring

The language or locale code indicating the cultural context for the returned value.

Valuestring

The localized or translated content of the image metadata returned in the response.

Was this section helpful?

PUT

/

Select
1

Response

Error Codes

400

(empty) — profileId provided but profile not found or authenticated user is not the primary owner

415

(empty) — request body is not multipart

415

(empty) — file extension is not an allowed image type

Was this section helpful?