v1
latestOpenAPI 3.0.02026-07-17166300328.1 KBOrganisations
Edit organisation
put/admin/organisations/edit/{organisationId}
Path parameters
Example:12345
UUID or numeric ID of the organisation
Request body
Example request
{
"name": "ORGNAME",
"type": "ADMIN"
}Response
Organisation list response
Example response
{
"id": "12345",
"name": "ORGNAME",
"date_created": "2021-06-14 14:29:19",
"date_modified": "2021-06-14 14:29:19",
"type": "ADMIN",
"created_by": "12345",
"user_count": "3"
}