POST
/
api
/
v1
/
org
/
projects
/
{projectId}
/
rename

Authorizations

x-api-key
string
header
required

API key for authentication, you can easily get it from the dashboard after login or if you are using CLI, you can get it from the composio whoami command

Headers

X-Org-API-Key
string

Path Parameters

projectId
string
required

Body

application/json
name
string
required

The name of the project

Response

200 - application/json
count
number
required

Number of records updated

status
enum<string>
required

Status of the update operation

Available options:
success,
failed