Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
minerva
core
Commits
e2de5ae6
Commit
e2de5ae6
authored
2 months ago
by
Piotr Gawron
Browse files
Options
Downloads
Patches
Plain Diff
adjust docs for new response
parent
65cb49c3
No related branches found
No related tags found
2 merge requests
!1856
Merge 18.1.0
,
!1852
Resolve "Open link assigned to an element on click"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/src/test/java/lcsb/mapviewer/web/api/NewApiDocs.java
+5
-1
5 additions, 1 deletion
web/src/test/java/lcsb/mapviewer/web/api/NewApiDocs.java
with
5 additions
and
1 deletion
web/src/test/java/lcsb/mapviewer/web/api/NewApiDocs.java
+
5
−
1
View file @
e2de5ae6
...
...
@@ -232,12 +232,16 @@ public class NewApiDocs {
private
List
<
FieldDescriptor
>
getBioEntitySpecificFields
(
final
String
prefix
)
{
final
List
<
FieldDescriptor
>
result
=
new
ArrayList
<>();
result
.
add
(
fieldWithPath
(
prefix
+
"immediate_link"
)
.
description
(
"link that should be opened immediately when element is clicked on the map"
)
.
optional
()
.
type
(
JsonFieldType
.
STRING
));
result
.
add
(
fieldWithPath
(
prefix
+
"id"
)
.
description
(
"unique bioEntity identifier"
)
.
type
(
JsonFieldType
.
NUMBER
));
result
.
add
(
fieldWithPath
(
prefix
+
"stringType"
)
.
description
(
"type of the bioEntity"
)
.
type
(
JsonFieldType
.
STRING
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment