- Add a label to an app.
List apps
Retrieve an app
Update an app
Delete a label from an app.
Add a label to an app.
Security
x-api-key
POST
curl -i -X POST \
'https://api.pushsecurity.com/v1/apps/{id}/labels' \
-H 'Content-Type: application/json' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"label": "personal-use"
}'Response
{ "labels": [ "personal-use", "other-label" ] }