Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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>" }
Ageneral session JWT. Obtain through web sign-in or extension OAuth.
Success
A project owned by a user.