Task_schedules

Lists all task schedules.

get

API Key Scope: task_schedules / index

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Responses
200

List of task schedules.

application/json
get
/task_schedules

Displays the task schedule.

get

API Key Scope: task_schedules / show

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Path parameters
task_idstringRequired

ID or name of task. Task names are not unique, it's recommended to use ID.

Responses
200

A specific task schedule.

application/json
Responseany
get
/tasks/{task_id}/task_schedule

No content

Creates a new task schedule. Only one should be created.

post

API Key Scope: task_schedules / create

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Path parameters
task_idstringRequired

ID or name of task. Task names are not unique, it's recommended to use ID.

Body
anyOptional
Responses
post
/tasks/{task_id}/task_schedule

No content

Updates the existing task schedule.

put

API Key Scope: task_schedules / update

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Path parameters
task_idstringRequired

ID or name of task. Task names are not unique, it's recommended to use ID.

Body
anyOptional
Responses
200

A specific task schedule.

application/json
Responseany
put
/tasks/{task_id}/task_schedule

No content

Destroys the task schedule.

delete

API Key Scope: task_schedules / destroy

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Path parameters
task_idstringRequired

ID or name of task. Task names are not unique, it's recommended to use ID.

Responses
delete
/tasks/{task_id}/task_schedule

No content

Last updated

Was this helpful?