You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi/v1/referenceData.yaml
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@ paths:
11
11
post:
12
12
operationId: create
13
13
requestBody:
14
+
description: |+
15
+
Request body for creating a new xrefset.
16
+
## Important:
17
+
The length of 'sourceId' strings is limited to 255 characters. Ensure that the provided values adhere to this limitation to avoid data truncation.
14
18
content:
15
19
application/json:
16
20
schema:
@@ -56,7 +60,8 @@ paths:
56
60
description: |+
57
61
## Conditions
58
62
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").
59
-
63
+
## Important:
64
+
The length of 'sourceId' strings is limited to 255 characters. Ensure that the provided values adhere to this limitation to avoid data truncation.
60
65
operationId: searchEntries
61
66
parameters:
62
67
- description: "Supply sourceId in the format \"sourceId\". For transcript-gene\
0 commit comments