post https://us-central1-readysandbox.cloudfunctions.net/achievements-update
Update an existing achievement
Log in to see full request history
Responses
400Invalid argument
403Forbidden - insufficient permissions
410Achievement not found
Update an existing achievement
400Invalid argument
403Forbidden - insufficient permissions
410Achievement not found
xxxxxxxxxx
11curl --request POST \
--url https://us-central1-readysandbox.cloudfunctions.net/achievements-update \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"valueToReach": 1,
"repeatable": false,
"resetIntervalDays": null
}
'
xxxxxxxxxx
{
"id": "string"
}