POST api/information/{id}/editlabel
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
TextDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Key | string |
None. |
|
| Locale | string |
None. |
|
| Value | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "28de69dc-2f1a-48e1-b5f7-cbf98e6a6895",
"key": "sample string 2",
"locale": "sample string 3",
"value": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.