Projects

Update a project

Update a project's name or storage settings. Only team owners can update projects.

PATCH
/api/projects/{projectId}

Authorization

Authorization
header
string
required

Enter the team access token with the Bearer prefix, e.g. "Bearer team_access_token"

Path Parameters

projectId
string
required

Project Id

Bodyapplication/json

Project update parameters

name
string

Name is the name of the project. Required when storage_id is not provided.

Pattern:
^[a-zA-Z0-9\-\_ ]+$
storage_id
string

StorageId is the storage id of the project. Required when name is not provided.

Responses

The project was updated successfully