-
Notifications
You must be signed in to change notification settings - Fork 2
post_issue
Santiago Pravisani edited this page Dec 14, 2017
·
2 revisions
Grants a new badge to a player. In case the player already has the badge, the badge is not granted.
POST /issues
| Name | Value | Description |
|---|---|---|
| String | Email of the player (Id of Metagame) | |
| badge_id | integer | Id of the Badge in Metagame |
POST /issues?email=testemail@gmail.com&badge_id=4
{ "ok": "Badge granted to player successfully" }{
"error": "Couldn't find entity. Check your params."
}{
"error": "Player already has the badge"
}