Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 6 additions & 1 deletion openapi/v1/odmApi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18026,6 +18026,9 @@ paths:
post:
operationId: "create"
requestBody:
description: "Request body for creating a new xrefset.\n## Important:\nThe\
\ length of 'sourceId' strings is limited to 255 characters. Ensure that\
\ the provided values adhere to this limitation to avoid data truncation.\n"
content:
application/json:
schema:
Expand Down Expand Up @@ -18073,7 +18076,9 @@ paths:
targetId\" and \"sourceId\". If non-empty lists of values for \"targetId\"\
\ and \"sourceId\" are supplied, the following search rule is applied: (sourceId\
\ = \"S1\" OR .. sourceId = \"Sn\") AND (targetId = \"T1\" OR .. targetId\
\ = \"Tm\").\n\n"
\ = \"Tm\").\n## Important:\nThe length of 'sourceId' strings is limited to\
\ 255 characters. Ensure that the provided values adhere to this limitation\
\ to avoid data truncation.\n"
operationId: "searchEntries"
parameters:
- description: "Supply sourceId in the format \"sourceId\". For transcript-gene\
Expand Down
7 changes: 6 additions & 1 deletion openapi/v1/referenceData.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ paths:
post:
operationId: create
requestBody:
description: |+
Request body for creating a new xrefset.
## Important:
The length of 'sourceId' strings is limited to 255 characters. Ensure that the provided values adhere to this limitation to avoid data truncation.
content:
application/json:
schema:
Expand Down Expand Up @@ -56,7 +60,8 @@ paths:
description: |+
## Conditions
It is possible to supply a list of values for "targetId" and "sourceId". If non-empty lists of values for "targetId" and "sourceId" are supplied, the following search rule is applied: (sourceId = "S1" OR .. sourceId = "Sn") AND (targetId = "T1" OR .. targetId = "Tm").

## Important:
The length of 'sourceId' strings is limited to 255 characters. Ensure that the provided values adhere to this limitation to avoid data truncation.
operationId: searchEntries
parameters:
- description: "Supply sourceId in the format \"sourceId\". For transcript-gene\
Expand Down