v1

latestSwagger 2.02026-08-0613288149.8 KB
groups

update multiple receivers. ๐Ÿ”

This is just like update, except you can increase or decrease numeric attribute values.<br/> Prepend a "+" or "-" to the value to increase or decrease a value.<br/> <br/> You also can manipulate TAGS in a similar way:<br/> In the array of tags, prepend a "-" to the tag you want to be removed.<br/> To remove all tags with a specific origin, simply specify "*" instead of any tag name.<br/> <br/> Carefully use the fields 'registered', 'activated' and 'deactivated':<br/> - provide 'registered' with current time if receiver is new.<br/> - provide 'activated' only for immedite activation (no DOI mail will work then).<br/> - provide 'deactivated' other than 0 and your receiver will definitely be inactive. 0 will eventually reactivate receivers!<br/> Just omit 'deactivated' unless you know, what you are doing!<br/> <br/> <strong>Example Post Data:</strong><br/> <code> [<br/> ย ย ย ย {<br/> ย ย ย ย ย ย ย ย "email":"bruce@gotham.com",<br/> ย ย ย ย ย ย ย ย "attributes": {<br/> ย ย ย ย ย ย ย ย ย ย ย ย "weapons":"-4"<br/> ย ย ย ย ย ย ย ย },<br/> ย ย ย ย ย ย ย ย "global_attributes": {<br/> ย ย ย ย ย ย ย ย ย ย ย ย "title":"winner",<br/> ย ย ย ย ย ย ย ย ย ย ย ย "fights":"+1",<br/> ย ย ย ย ย ย ย ย ย ย ย ย "enemies":"-1"<br/> ย ย ย ย ย ย ย ย },<br/> ย ย ย ย ย ย ย ย "tags": [ "winner", "-loser", "-joker.*" ]<br/> ย ย ย ย ย }<br/> ]<br/> </code>

put/v3/groups/{group_id}/receivers/updateplus

Path parameters

group_idstring required

Group ID

Request body

postdatastring[] required

Please see example

Response

Success

string required