UpdateClientLinkRequest
Request DTO for updating a client link
Properties
| Name | Type | Description |
|---|---|---|
| url* | string | The URL of the link |
The URL of the link | ||
| linkType* | enum | Other Website LinkedIn Instagram |
Other Website LinkedIn Instagram | ||
| displayName | string | Optional display name shown as anchor text instead of the URL |
Optional display name shown as anchor text instead of the URL | ||
JSON Example
{
"url": "https://example.com",
"linkType": "Other",
"displayName": "string"
}