/api/user/urls/{id}
PATCH
/api/user/urls/{id}Path Parameters
id*string
Request Body
application/json
Response Body
application/json
application/json
curl -X PATCH "https://example.com/api/user/urls/string" \ -H "Content-Type: application/json" \ -d '{}'{ "id": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "code": "string", "vanity": "string", "destination": "string", "views": 0, "maxViews": 0, "enabled": true, "userId": "string", "similarity": 0}