This method requires authentication as it edits your OWN user links

Request

PATCH https://localhost:8989/api/profile/link

Request body

The request body takes a complete Link Edit Request resource, containing the following writable properties:

{
    "newLink": "string",
    "oldLink": "string"
}

Properties

Name Type Description Additional
newLink string
oldLink string

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

a GenericMessage object

GenericMessage

Explore this API

body
Request Content-Type
Response Content-Type
Try it out!