UpdateGroup
Update Groups
Description
Updates the specified group name.
Method
PUT
Request URL Format
/api/v0/groups/:group-id
URL Params
group-id : Group ID
Content-Type : application/json
{
"name": "グループ名→new name",
"display_id": "グループを識別するID(組織コードなど)",
"disable_ui_access": true | false // true: Hexabase UI not accessible, false: Hexabase UI accessible
}
Request URL Sample
PUT https://api.xxx.com/api/v0/groups/59bf3b300e24791418da1aa1
Response Sample
null