Update#
Query#
PATCH /api/v0/organisation/{id}
with:
id
: id or name of the organisation.
Authorization#
This API requires a super admin user with manageOrganisation
permission
Request Body Example#
{
"description": "SOC level 1 team",
"name": "soc-level1"
}
Fields#
The following fields are editable:
name
(String)description
(String)
Response#
204
: if the organisation is updated successfully401
: Authentication error403
: Authorization error
Last update:
October 13, 2023 07:01:35