cURL
curl --request PATCH \ --url https://api.polpo.sh/v1/projects/{projectId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Renamed Project" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "orgId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "slug": "<string>", "status": "active", "createdAt": "<string>", "updatedAt": "<string>" }
Session token from Better Auth
1 - 100
"Renamed Project"
Project updated
active
suspended
deleted