v1

latestOpenAPI 3.1.02026-07-2637098.0 KB

Update a URL

Updates an existing URL. Only the parameters specified will be updated.

patch/urls/{url_id}

Path parameters

url_idinteger required

Response

200

statusstring
messagestring
url_idinteger

Example response

{
  "status": "success",
  "message": "URL updated",
  "url_id": 3865227
}