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.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
Update project params
A successful response.