PUT api/RenameRoute

Request Information

URI Parameters

None.

Body Parameters

RenameRoute
NameDescriptionTypeAdditional information
RunID

integer

None.

RouteName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RunID": 1,
  "RouteName": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.