Skip to content
Merged
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
20 changes: 16 additions & 4 deletions fern/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8694,6 +8694,11 @@ paths:
name: last_activity__gte
schema:
type: string
- description: Filter by last activity upper bound (ISO 8601 formatted date). Only when all=True.
in: query
name: last_activity__lte
schema:
type: string
- description: Filter by role, project roles take precedence over organization roles. Only when all=True. (comma-separated values)
in: query
name: role
Expand Down Expand Up @@ -8747,6 +8752,11 @@ paths:
name: last_activity__gte
schema:
type: string
- description: Filter by last activity upper bound (ISO 8601 formatted date). Only when all=True.
in: query
name: last_activity__lte
schema:
type: string
- description: Filter by role, project roles take precedence over organization roles. Only when all=True. (comma-separated values)
in: query
name: role
Expand Down Expand Up @@ -8832,6 +8842,12 @@ paths:
schema:
format: date-time
type: string
- description: Filter by last activity time (ISO 8601 datetime). Returns users with last activity less than or equal to this time.
in: query
name: last_activity__lte
schema:
format: date-time
type: string
- description: Exclude annotators from the results
in: query
name: no_annotators
Expand Down Expand Up @@ -33307,10 +33323,6 @@ components:
type: object
TaskSimple:
properties:
allow_skip:
description: Whether this task can be skipped. Set to False to make task unskippable.
nullable: true
type: boolean
annotations:
default: []
items:
Expand Down