PUT api/v2/paths/{pathId}

Request

URI Parameters

NameDescriptionTypeAdditional information
pathId

integer

Required

Body Parameters

PathUpdate
NameDescriptionTypeAdditional 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

IHttpActionResult

Response Format

application/json, text/json, text/html

Sample:

Sample not available.