Home / Resources / API Reference

Project

Base route: /api/project

Update project settings

Updates the basic metadata of a project, such as its name and description.

Request

Parameters
projectId
string
required
The ID of the project to update.
Request body

PUT /api/project {   "projectId": "string",   "name": "string",   "description": "string" }

Response

200 OK