Skip to main content
PATCH
/
v1
/
projects
/
{id}
Update a project
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>",
  "createBy": "<string>",
  "id": "<string>",
  "resourceCount": 123
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Path Parameters

id
string
required

Body

application/json

Update project params

billingAccountId
string
required

Response

A successful response.

billingAccountId
string
required
id
string
required
createBy
string
resourceCount
integer