API ReferenceProjects API

Update project

Update project name, instruction, or archived status

PATCH
/v1/projects/{project_id}
Authorization<token>

Type "Bearer" followed by a space and JWT token.

In: header

Path Parameters

project_idstring

Project ID

Update request

instruction?string
is_archived?boolean
is_favorite?boolean
name?string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X PATCH "https://loading/v1/projects/string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "archived_at": 0,
  "created_at": 0,
  "id": "string",
  "instruction": "string",
  "is_archived": true,
  "is_favorite": true,
  "name": "string",
  "object": "string",
  "updated_at": 0
}
{
  "code": "string",
  "error": "string",
  "message": "string",
  "request_id": "string"
}
{
  "code": "string",
  "error": "string",
  "message": "string",
  "request_id": "string"
}
{
  "code": "string",
  "error": "string",
  "message": "string",
  "request_id": "string"
}
{
  "code": "string",
  "error": "string",
  "message": "string",
  "request_id": "string"
}