This method requires authentication as it edits your OWN user links
PATCH https://localhost:8989/api/profile/link
The request body takes a complete Link Edit Request resource, containing the following writable properties:
{
"newLink": "string",
"oldLink": "string"
}
| Name | Type | Description | Additional |
|---|---|---|---|
| newLink | string | ||
| oldLink | string |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK a GenericMessage object |
GenericMessage |