cURL
curl --request PATCH \ --url https://api.polpo.sh/v1/orgs/{orgId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "New Name" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "slug": "<string>", "createdAt": "<string>", "updatedAt": "<string>" }
Session token from Better Auth
"550e8400-e29b-41d4-a716-446655440000"
1 - 100
"New Name"
Organization updated