Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ensembl-rest
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
ensembl-rest
Commits
c8b44f9e
Commit
c8b44f9e
authored
11 years ago
by
Magali Ruffier
Browse files
Options
Downloads
Patches
Plain Diff
ENSCORESW-707
: documentation was wrong on parameter name
endpoint uses object_type to restrict the query, not object
parent
41c27672
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
root/documentation/lookup.conf
+2
-2
2 additions, 2 deletions
root/documentation/lookup.conf
root/documentation/xrefs.conf
+4
-4
4 additions, 4 deletions
root/documentation/xrefs.conf
with
6 additions
and
6 deletions
root/documentation/lookup.conf
+
2
−
2
View file @
c8b44f9e
...
...
@@ -24,12 +24,12 @@
description
=
Registry
group
which
we
should
limit
our
search
to
.
Useful
if
a
stable
ID
is
not
unique
to
a
species
example
=
core
</
db_type
>
<
object
>
<
object
_type
>
type
=
String
description
=
Object
type
to
restrict
searches
to
.
Used
when
a
stable
ID
is
not
unique
to
a
single
class
.
This
is
equivalent
to
the
Perl
API
object
classes
example
=
gene
example
=
transcript
</
object
>
</
object
_type
>
<
format
>
type
=
Enum
(
full
,
condensed
)
description
=
Specify
the
formats
to
emit
from
this
endpoint
...
...
This diff is collapsed.
Click to expand it.
root/documentation/xrefs.conf
+
4
−
4
View file @
c8b44f9e
...
...
@@ -20,12 +20,12 @@
example
=
__
VAR
(
species_common
)
__
required
=
1
</
species
>
<
object
>
<
object
_type
>
type
=
String
description
=
Object
type
to
restrict
searches
to
.
Defaults
to
using
all
known
main
object
types
i
.
e
.
gene
,
transcript
and
translation
example
=
gene
example
=
transcript
</
object
>
</
object
_type
>
<
external_db
>
type
=
String
description
=
Limit
searches
to
a
single
database
name
...
...
@@ -83,12 +83,12 @@
example
=
__
VAR
(
species
)
__
example
=
__
VAR
(
species_common
)
__
</
species
>
<
object
>
<
object
_type
>
type
=
String
description
=
Object
type
to
restrict
searches
to
.
Used
when
a
stable
ID
is
not
unique
to
a
single
class
.
This
is
equivalent
to
the
Perl
API
object
classes
example
=
gene
example
=
transcript
</
object
>
</
object
_type
>
<
all_levels
>
type
=
Boolean
description
=
Descend
down
all
available
levels
in
the
given
stable
id
'
s
object
and
return
all
cross
references
linked
to
its
childern
.
Specifying
this
on
a
Gene
will
also
return
values
from
its
transcripts
and
translations
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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