Skip to content

Commit

Permalink
Merge pull request #31 from CenterForOpenScience/schemas-get-active-f…
Browse files Browse the repository at this point in the history
…ilter

[PLAT-1177] Add metaschema filtering to docs
  • Loading branch information
erinspace committed Dec 13, 2018
2 parents c335aef + 1f801e5 commit 4b25dee
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions swagger-spec/metaschemas/registration_metaschema_list.yaml
Expand Up @@ -25,6 +25,18 @@ get:
This request should never return an error.
#### Filtering
You can optionally request that the response only include schemas that match your filters by utilizing the `filter` query parameter, e.g.
https://api.osf.io/v2/schemas/registrations/?filter[active]=true.
Schemas may be filtered by their `active` attribute only.
You can learn more about advanced filtering features [here](#tag/Filtering).
tags:
- Metaschemas
operationId: registration_metaschemas_list
Expand Down

0 comments on commit 4b25dee

Please sign in to comment.