メインコンテンツまでスキップ

UpdateGroup

グループを更新する

Description

指定したグループ名を更新します。

Method

PUT

Request URL Format

/api/v0/groups/:group-id

URL Params

group-id        : グループID

Content-Type : application/json

{
"name": "グループ名→new name",
"display_id": "グループを識別するID(組織コードなど)"
}

Request URL Sample

PUT https://api.xxx.com/api/v0/groups/59bf3b300e24791418da1aa1

Response Sample

null