Header name | Description |
---|---|
Content-Type required |
application/json |
X-API-KEY required |
YOUR_API_KEY |
// Successful request POST /api/v2/projects/LOTJyQNIKPQTYUXxT8k_/public 200 { "is_public": true }
// If :project_id is not found POST /api/v2/projects/not-found-id/public 404 { "error": "project not found" }
// Is public already POST /api/v2/projects/VFqD3BbZNmK8s40rgcP0/public 400 { "error": "Project is public already" }
Code | Description |
---|---|
401 | Unauthorized |
404 | Not found |
500 | Internal Server Error |
422 | Missing parameters |