Updates and creates user’s attributes.
publisher_id required | integer or null Your merchant ID the request is made for. Needed for request authorizing. | ||||||||||||||
Array of objects List of attributes of the specified game.
To add attribute which does not exist, set this attribute to the | |||||||||||||||
Array
| |||||||||||||||
publisher_project_id | integer Project ID from Publisher Account which you want to update the value of specified attributes for. If you do not specify it, the method updates attributes that are general to all games only. | ||||||||||||||
removing_keys | Array of strings List of attributes which you want to delete. If you specify the same attribute in |
No Content
Bad Request
Forbidden
Unprocessable Entity
Too Many Requests
{- "attributes": [
- {
- "attr_type": "client",
- "data_type": "string",
- "description": "string",
- "format": "string",
- "key": "string",
- "permission": "public",
- "value": "string"
}
], - "publisher_id": 0,
- "publisher_project_id": 0,
- "removing_keys": [
- "string"
]
}
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}