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 | ||
JSON Example
{
"url": "https://example.com",
"linkType": "Other"
}