Create xp goal
Edit XP Goal
Edit an existing experience points (XP) goal for the user.
POST
Body
application/json
Identifies the user who is editing their XP goal.
A 77-digit unique identifier or key associated with the XP goal being edited.
Example:
"55335192866017507647804408894345572659406282731228567391554804537877046919111"
The new end date for the XP goal, formatted as dd/mm/yyyy
.
Example:
"15/07/2024"
The new title assigned to the XP goal.
Example:
"Updated Title for XP Goal"
The new desired amount of experience points (XP) the user intends to achieve with this goal.
Example:
"80"
Response
200
application/json
OK.
Provides additional information confirming that the request was successful.
Example:
"Goal updated successfully"