v1
latestSwagger 2.02026-07-178567199.3 KBorganizations
users
Update existing organization
Updates a Chronograf organization in the store
patch/organizations/{id}
Path parameters
idstring required
ID of the organization
Request body
Example request
{
"defaultRole": "viewer",
"id": "1",
"links": {
"self": "/chronograf/v1/organizations/1"
},
"name": "Chronogiraffes"
}Response
Organization successfully updated
Example response
{
"defaultRole": "viewer",
"id": "1",
"links": {
"self": "/chronograf/v1/organizations/1"
},
"name": "Chronogiraffes"
}