put https://api.kiln.fi/v1/accounts/
Update an account in your organization
Log in to see full request history
Responses
400Invalid parameters
401Unauthorized
500Internal server error
Update an account in your organization
400Invalid parameters
401Unauthorized
500Internal server error
xxxxxxxxxx
curl --request PUT \
--url https://api.kiln.fi/v1/accounts/id \
--header 'accept: application/json; charset=utf-8' \
--header 'content-type: application/json; charset=utf-8'
xxxxxxxxxx
{
"data": {
"created_at": "2023-02-06T21:48:11.038Z",
"id": "92f5bfd4-ea38-4824-84f7-686eddff5539",
"name": "account name",
"description": "account description"
}
}