API Docs / Schemas / CreateClientLinkRequest

CreateClientLinkRequest

Request DTO for creating a new 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

displayNamestring

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"
}

Used By Operations