This method requires authentication as it updates your OWN user links

Request

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

Request body

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

{
    "link": "string"
}

Properties

Name Type Description Additional
link 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!