Skip to content
Developers
Projects

Update a project

PATCH /projects/{project_id}

PATCH
/projects/{project_id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

project_id*string

Project ID.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://loading/api/v1/projects/string" \  -H "Content-Type: application/json" \  -d '{    "status": "active"  }'
{
  "data": {
    "status": "active"
  }
}
Empty
Empty
Empty
Empty