Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align GET and POST docs. #473

Merged
merged 1 commit into from
Sep 2, 2021
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
6 changes: 2 additions & 4 deletions src/main/resources/swaggerDocs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,6 @@ paths:
description: SPARQL property path composed of full IRIS. This is used to connect the data resource to count (RDF graph world) to the ontology world. E.g. `<http://purl.org/phenoscape/vocab.owl#exhibits_state>/<http://purl.org/phenoscape/vocab.owl#describes_phenotype>`
required: true
type: string
format: JSON
responses:
200:
description: 'Term frequency table: first column is term IRI, second column is occurrence count.'
Expand All @@ -1034,12 +1033,11 @@ paths:
description: JSON array of term IRIs, e.g. `["http://purl.org/phenoscape/expression?value=%3Chttp%3A%2F%2Fpurl.org%2Fphenoscape%2Fvocab.owl%23phenotype_of%3E+some+%3Chttp%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FUBERON_0008897%3E"]`
required: true
type: string
- name: corpus_graph
- name: path
in: query
description: IRI of corpus defined in KB, e.g. `http://kb.phenoscape.org/sim/taxa`
description: SPARQL property path composed of full IRIS. This is used to connect the data resource to count (RDF graph world) to the ontology world. E.g. `<http://purl.org/phenoscape/vocab.owl#exhibits_state>/<http://purl.org/phenoscape/vocab.owl#describes_phenotype>`
required: true
type: string
format: IRI
responses:
200:
description: 'Term frequency table: first column is term IRI, second column is occurrence count.'
Expand Down