cURL
curl --request PUT \ --url https://api.blaxel.ai/v0/service_accounts/{clientId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "description": "<string>", "name": "<string>" } '
{ "client_id": "<string>", "created_at": "<string>", "description": "<string>", "name": "<string>", "updated_at": "<string>" }
Updates a service account’s name or description. Credentials (client ID/secret) cannot be changed.
OAuth2 authentication with JWT tokens
Client ID
Service account description
Service account name
successful operation
Service account client ID
Creation timestamp
Last update timestamp
Was this page helpful?