PUT (update)

Update a shortened URL.

Only two fields can be updated on an already created shortened URL : active and usedDate.

Any attempt to update other fields will result in an error.

URL:

https://<ServerIP>:<Port>/ccp-webapp/ccp/shorturl/<id>

HTTPS method:

PUT

Example XML request payload:


<ShortURL>
  <active>true</active>
  <usedDate>[timestamp]</usedDate>
</ShortURL>

HTTPS response headers:

See HTTPS Responses.