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
Example response
{
"status": "success",
"message": "URL updated",
"url_id": 3865227
}Updates an existing URL. Only the parameters specified will be updated.
200
{
"status": "success",
"message": "URL updated",
"url_id": 3865227
}