Skip to main content
PUT
/
api
/
governance
/
customers
/
{customer_id}
Update Customer
curl --request PUT \
  --url http://localhost:8080/api/governance/customers/{customer_id} \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "budget": {
    "max_limit": 123,
    "reset_duration": "<string>"
  }
}'

Path Parameters

customer_id
string
required

Body

application/json
name
string
budget
object

Response

200

Customer updated successfully