Update Group
PUT/v2/group/:group_id
Update a group by group ID.Requires accountOrg:config:edit or account:config:edit permissions and to be in the same org as the group
Request
Path Parameters
group_id uuidrequired
Group ID
- application/json
Body
required
org_group_name Org Group Name (string)
Name of the group
description Description (string)
Description for this group
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
org_group_name Org Group Name (string)
Name of the organization group
org_id uuidrequired
Organization ID for this group
description Description (string)
Description for this group
group_id uuidrequired
ID of the group
{
"org_group_name": "string",
"org_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"description": "string",
"group_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...