PUT api/Selections/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
Selection| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| type | string |
None. |
|
| working | boolean |
None. |
|
| list | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"type": "sample string 2",
"working": true,
"list": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.