Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions contracts/cloud-diff.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions contracts/cloud.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions contracts/cloud.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions contracts/ref/cloud.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions src/cloud/paths/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,22 @@ get:
maximum: 500
default: 100
description: The non-zero number of tasks to return
- in: query
name: offset
required: false
schema:
type: integer
minimum: 0
default: 0
description: The number of records to skip
- in: query
name: sortBy
description: Field that records should be sorted by
required: false
schema:
type: string
enum:
- name
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we mark these as not required so that the UI not sending them over won't change current behavior?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hoorayimhelping Yes, I will do that!

- in: query
name: type
description: Type of task, unset by default.
Expand Down