Achievements

Update Achievement

Updates an achievement.

put/v1/achievements/{achievement_id}

Path parameters

achievement_idstring required

Request body

namestring

The name of the achievement

descriptionstring

The description of the achievement

image_urlstring uri

The URL of the image for the achievement

positioninteger

The position of the achievement in the list

Response

Successful Response

namestring required

The name of the achievement

descriptionstring required

The description of the achievement

image_urlstring uri required

The URL of the image for the achievement

positioninteger required

The position of the achievement in the list

idstring required

The unique identifier of the achievement

Changes

Changed in 1 of the 28 revisions of this API.1

    • ●

      for the path request parameter achievement_id, the maxLength was set to 32

      request-parameter-max-length-set