PUT api/v2/paths/{pathId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pathId | integer |
Required |
Body Parameters
PathUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| Identification | string | ||
| ParentPathId | integer |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Identification": "sample string 2",
"ParentPathId": 1
}
text/html
Sample:
{"Id":1,"Identification":"sample string 2","ParentPathId":1}
Response
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.