Skip to content
CalypsoAI
Search
K
Main Navigation
App
Product docs
Appearance
Menu
Return to top
Update project.
PATCH
/backend/v1/projects/{project}
Modifies a project, including its name, friendly ID and configuration.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
project
*
Required
Request Body
application/json
Schema
JSON
JSON
{
"config"
:
"string"
,
"friendlyId"
:
"string"
,
"name"
:
"string"
}
Responses
200
422
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"message"
:
"string"
}
PATCH
/backend/v1/projects/{project}
Playground
Server
Select a server...
Authorization
HTTPBearer
Variables
Key
Value
project
*
Body
Try it out
Samples
Powered by
VitePress OpenAPI