v1

latestOpenAPI 3.0.02026-08-061478520.6 KB
[v1] Group

Update group

Modify existing group. Edit permission is required.

WARNING: backend might not return a response, but changes will be applied!

post/group

Request body

namestring

group name to set

parent_idstring

parent_id to set

Example request

{
  "name": "NewName",
  "parent_id": "11"
}

Response

OK - returns empty response.