post https://us-central1-readysandbox.cloudfunctions.net/achievements-add
Adds a new achievement
Log in to see full request history
Responses
400Invalid argument, indicating a required field is missing or improperly formatted
Adds a new achievement
400Invalid argument, indicating a required field is missing or improperly formatted
xxxxxxxxxx
11curl --request POST \
--url https://us-central1-readysandbox.cloudfunctions.net/achievements-add \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"valueToReach": 1,
"repeatable": false,
"resetIntervalDays": null
}
'
xxxxxxxxxx
{
"id": "string"
}