Body
-
Minimum length is
1
, maximum length is255
.
Requires verified email; Requires one of the following permissions: Auth.UpdateUserGroup
curl \
-X PATCH https://app.lovassy.hu/Api/UserGroups/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"name":"string","permissions":["string"]}'
curl \
-X PATCH https://app.lovassy.hu/Api/UserGroups/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: text/json"
curl \
-X PATCH https://app.lovassy.hu/Api/UserGroups/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/*+json"
{
"name": "string",
"permissions": [
"string"
]
}
{
"name": "string",
"permissions": [
"string"
]
}
{
"name": "string",
"permissions": [
"string"
]
}
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}