PUT 1.0/{InstanceId}/Groups/{GroupId}
Updates a specific group
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| InstanceId |
The instance ID relating to a specific ADM database |
string |
Required |
| GroupId |
The ID of the document group to be updated |
integer |
Required |
Body Parameters
Contains details of the document group to be edited
CreateUpdateGroupRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
The name of this document group |
string |
Required |
| Description |
The description of this document group |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Description": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Appropriate HTTP headers with no content are returned only