Skip to content

Commit

Permalink
docs(dafs): add supportedOnly flag (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: Neil Shweky <neil@givechariot.com>
  • Loading branch information
rbruehlman and Neilshweky authored Sep 5, 2024
1 parent 49ce9bf commit c7f1a58
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions postman/collections/Chariot API.json
Original file line number Diff line number Diff line change
Expand Up @@ -5008,6 +5008,11 @@
"dafs"
],
"query": [
{
"description": "Whether to return only supported DAFs; defaults to false",
"key": "supportedOnly",
"value": "false"
},
{
"description": "the number of results to return; defaults to 10, max is 100",
"key": "pageLimit",
Expand Down
7 changes: 7 additions & 0 deletions specs/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,13 @@ paths:
tags:
- DAFs
parameters:
- name: supportedOnly
in: query
description: |-
If set to true, filters DAFs to only those that have a direct integration with Chariot.
schema:
type: boolean
default: false
- name: pageLimit
in: query
description: the number of results to return; defaults to 10, max is 100
Expand Down

0 comments on commit c7f1a58

Please sign in to comment.