cURL
curl --request PATCH \ --url https://rest.compute.cudo.org/v1/projects/{id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "billingAccountId": "<string>" } '
{ "billingAccountId": "<string>", "id": "<string>", "createBy": "<string>", "resourceCount": 123 }
Updates the details of a project.
API key authentication. API keys should be passed using the format Bearer API_KEY.
Bearer API_KEY
Update project params
A successful response.