Skip to main content
POST
/
v0
/
api
/
projects
/
{projectGroupId}
/
rename
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "projectGroupId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "slug": "<string>",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Use your Anything API key as the Basic auth username and leave the password empty. Example credentials: anything_xxx:

Path Parameters

projectGroupId
string<uuid>
required

Body

application/json
name
string
required
Required string length: 1 - 100

Response

Project group renamed

success
boolean
required
projectGroupId
string<uuid>
required
name
string
required
slug
string | null
required
updatedAt
string<date-time>
required