Last updated 11 days ago
Was this helpful?
Activate a distributed app
POST /v1/dev/apps/{appTag}/activate HTTP/1.1 Host: api.bytenite.com Authorization: YOUR_API_KEY Accept: */*
A successful response.
{ "ok": true, "requestId": "text", "message": "text", "error": { "code": 1, "message": "text", "description": "text" } }
POST /v1/dev/apps/{appTag}/deactivate HTTP/1.1 Host: api.bytenite.com Authorization: YOUR_API_KEY Accept: */*