Update a Destination
Requests
PUT /api/destinations/[Destination ID]
cookie: sessionID: [Session ID]
{
<Destination Object>
}
Parameters
Note
See Destinations Object Model for definition of the request.
Response
{
<Destination object>
}
PUT /api/destinations/[Destination ID]
cookie: sessionID: [Session ID]
{
<Destination Object>
}
Note
See Destinations Object Model for definition of the request.
{
<Destination object>
}