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
9 changes: 7 additions & 2 deletions fern/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5868,6 +5868,11 @@ paths:
required: false
schema:
type: integer
- description: 'Number of results per page (default: 30, max: 100).'
in: query
name: page_size
schema:
type: integer
- description: Search tags by label (case-insensitive).
in: query
name: search
Expand Down Expand Up @@ -33923,7 +33928,7 @@ components:
description: Annotation ID associated with this event
nullable: true
type: integer
annotation_draft:
annotation_draft_id:
description: Draft annotation ID associated with this event
nullable: true
type: integer
Expand Down Expand Up @@ -33980,7 +33985,7 @@ components:
description: Annotation ID associated with this event
nullable: true
type: integer
annotation_draft:
annotation_draft_id:
description: Draft annotation ID associated with this event
nullable: true
type: integer
Expand Down