Skip to main content
PATCH
/
achievements
Update Achievement
curl --request PATCH \
  --url https://www.api.baselink.tech/achievements \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>"
}
Update an existing achievement. This endpoint is restricted to admin users only.
success
boolean
Indicates if the achievement was updated successfully.
message
string
Success or error message.