API Docs / Operations / Client Links / Update Link for Client

Update Link for Client

PUT /api/tenants/{tenant}/clients/{client}/clientlink/{code}

Updates the specified Link for the specified client.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
code* path string
{
  "url": "https://example.com",
  "linkType": "Other"
}

Responses

400 Bad Request
401 Unauthorized - Invalid or missing API key
404 Not Found