Unarchiving a group

Unarchives the group.

POST /push/v1/management/group/{groupId}/restore

Request format

https://push.api.appmetrica.yandex.net/push/v1/management/group/{groupId}/restore
groupIdGroup ID.
groupIdGroup ID.

Sample request

curl -X POST \
  'https://push.api.appmetrica.yandex.net/push/v1/management/group/XXXXXX/restore' \
  -H 'Authorization: OAuth 05dd3dd84ff948fdae2bc4fb91f13e22bb1f289ceef0037'
Copied to clipboard