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

Sunset deprecated /predicates #261

Merged
merged 1 commit into from
Jun 29, 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
32 changes: 0 additions & 32 deletions TranslatorReasonerAPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ externalDocs:
Documentation for the NCATS Biomedical Translator Reasoners web services
url: https://github.com/NCATSTranslator/ReasonerAPI
tags:
- name: predicates
description: Get supported relationships by source and target
externalDocs:
description: Documentation for the reasoner predicates function
url: INSERT-URL-HERE-OR-REMOVE-EXTERNALDOCS-IF-NA
- name: query
description: Initiate a query and wait to receive the response
externalDocs:
Expand All @@ -57,33 +52,6 @@ tags:
- name: trapi
description: Required for SmartAPI validation of x-trapi
paths:
/predicates:
get:
deprecated: true
tags:
- predicates
summary: Get supported relationships by source and target
responses:
'200':
description: Predicates by source and target
content:
application/json:
schema:
description: Source map
type: object
additionalProperties:
description: Target map
type: object
additionalProperties:
description: Array of predicates
type: array
items:
type: string
example:
'biolink:ChemicalSubstance':
'biolink:Gene':
- biolink:directly_interacts_with
- biolink:decreases_activity_of
/meta_knowledge_graph:
get:
tags:
Expand Down