Last updated 2 days ago
Was this helpful?
Activate a distributed app
/apps/{appId}/activate
curl -L \ --request POST \ --url 'https://api.bytenite.com/v1/dev/apps/{appId}/activate' \ --header 'Authorization: YOUR_API_KEY'
{ "ok": true, "requestId": "text", "message": "text", "error": { "code": 1, "message": "text", "description": "text" } }
/apps/{appId}/deactivate
curl -L \ --request POST \ --url 'https://api.bytenite.com/v1/dev/apps/{appId}/deactivate' \ --header 'Authorization: YOUR_API_KEY'