API Docs / Operations / Recurring Tasks / Update Recurring Task Clients

Update Recurring Task Clients

PUT /api/tenants/{tenant}/recurring-tasks/{code}/clients

Updates the list of clients associated with a specific recurring task.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string

Request Body*

[
  "string"
]

Responses

204 No Content
401 Unauthorized - Invalid or missing API key

Try it