Skip to content

Commit 69d742f

Browse files
Copilotfbacall
andcommitted
Add include_broken_links parameter to OpenAPI specs for events and materials
Co-authored-by: fbacall <503373+fbacall@users.noreply.github.com>
1 parent 37754fd commit 69d742f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

public/api/definitions/tess.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,11 @@ paths:
190190
description: Include events that are disabled.
191191
schema:
192192
type: boolean
193+
- name: include_broken_links
194+
in: query
195+
description: Include events that have broken links.
196+
schema:
197+
type: boolean
193198
- name: eligibility[]
194199
in: query
195200
description: Filter by who is eligible to attend the event.
@@ -429,6 +434,11 @@ paths:
429434
description: Include materials that are disabled.
430435
schema:
431436
type: boolean
437+
- name: include_broken_links
438+
in: query
439+
description: Include materials that have broken links.
440+
schema:
441+
type: boolean
432442
responses:
433443
200:
434444
description: A collection of materials, and facets available to filter them.

0 commit comments

Comments
 (0)