Memodifikasi informasi grup.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
POST /v2/group/update HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
Parameter permintaan. |
|
| group_id |
string |
Yes |
ID dari group yang ingin Anda modifikasi. |
2e43ec8427dd45f19431b7504649a1b4 |
| group_name |
string |
No |
Nama group setelah dimodifikasi. |
test group |
| description |
string |
No |
Deskripsi group setelah dimodifikasi. |
test group description |
Elemen respons
|
Element |
Type |
Description |
Example |
| Group |
Informasi tentang group setelah dimodifikasi. |
Contoh
Respons sukses
JSONformat
{
"domain_id": "bj1",
"group_id": "b45c0c0c373c41ec9ebb5c85a025a08f",
"group_name": "test group",
"description": "created by system",
"created_at": 0,
"updated_at": 0,
"creator": "c9b7a5aa04d14ae3867fdc886fa01da4",
"is_sync": true
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.