API Reference

Update

Update an existing achievement

Log in to see full request history
Body Params
string

Achievement document id. To trigger an achievement the id is needed.

appIds
array of strings
required

List of application ids where this achievement is used.

appIds*
string

Achievement request name. This value can be used to query or trigger achievements.

string

Achievement name. This value can be null or empty.

string

Achievement description. This value can be null or empty.

string

Defines who can set the achievement as completed: - client - the client and the server can set the achievement as completed. - server - only the server can set the achievement as completed.

boolean

Should the achievement be claim manually to receive the rewards.

int32
Defaults to 1

Value which should be reached to complete the achievement. Default is 1.

completedAchievementsToUnlock
array of strings

Achievement ids which should be completed before this achievement can be triggered.

completedAchievementsToUnlock
boolean
Defaults to false

Can this achievement be applied multiple times to the same user account. Default is false.

string

If provided, the trigger for this achievement will work no more often than the specified cron string. Use https://crontab.guru/ to create cron settings. For example, if the value is 0 0 1 * *, the achievement can be triggered only once a day.

int64

Start time of the achievement in milliseconds since midnight, January 1, 1970 UTC.

int64

End time of the achievement in milliseconds since midnight, January 1, 1970 UTC.

string

Define cron value when the achievement should reset. This parameter is used to update the startTime and endTime values. Use https://crontab.guru/ to create cron settings.

rewards
array of objects

Achievement rewards ids and quantity rewards to add to users when the achievement is triggered.

rewards
requiredToComplete
object

Requirements to complete the achievement. When the achievement is triggered, the requirements are checked.

string

Icon name of the achievement.

number | null
1 to 3650
Defaults to null

The number of days after which the achievement will reset. This field is relevant only if the achievement is repeatable. Default is null. Use it for daily, weekly, or monthly achievements. The value should be greater than 0. Every 0:00 UTC the user-achievements with this field will reset.

properties
array of objects

List of properties for the achievement.

properties
tags
array of strings

List of tags to filter the achievements. Used for categorization.

tags
Responses

Response body
object
string

The unique identifier of the updated achievement

400

Invalid argument

403

Forbidden - insufficient permissions

410

Achievement not found

Language
Credentials
URL