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

Update Recurring Task Services

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

Updates the list of billable services 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