-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for adding Markdown descriptions to models in OpenAPI spec
- Loading branch information
Showing
6 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
9 changes: 9 additions & 0 deletions
9
...esources/restapidocs/models/ubic.gemma.web.services.rest.util.args.FilterArg.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# FilterArg | ||
|
||
## Syntax | ||
|
||
The filter use a predictate structured in conjunctive normal form (CNF). | ||
|
||
Platforms can be filtered by taxon using the `taxon`. | ||
|
||
- `` |
Empty file.
1 change: 1 addition & 0 deletions
1
...resources/restapidocs/models/ubic.gemma.web.services.rest.util.args.LimitArg.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This argument limits the number of results. |