Skip to main content
PATCH
https://ageneral.ai
/
v1
/
projects
/
{id}
Update project
curl --request PATCH \
  --url https://ageneral.ai/v1/projects/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "name": "<string>"
}
'
{
  "id": "<string>",
  "userId": "<string>",
  "name": "<string>",
  "createdAt": "<string>",
  "updatedAt": "<string>"
}

Authorizations

Authorization
string
header
required

Ageneral session JWT. Obtain through web sign-in or extension OAuth.

Path Parameters

id
string
required

Body

application/json
id
string
required
name
string
required

Response

Success

A project owned by a user.

id
string
userId
string
name
string
createdAt
string
updatedAt
string