Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
emo
text api
Commits
1eafbf86
Verified
Commit
1eafbf86
authored
Sep 20, 2022
by
Mathias Goebel
Browse files
chore: remove `$`
see
#46
parent
4245cfb4
Pipeline
#320833
passed with stage
in 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
content/page/annotation_specs.md
View file @
1eafbf86
...
...
@@ -76,25 +76,25 @@ Returns an [Annotation Collection](#annotation-collection) for the given collect
### Annotations for Manifest Objects
`https://{server}{/prefix}/{collection}/{
$
manifest}/annotationCollection.json`
`https://{server}{/prefix}/{collection}/{manifest}/annotationCollection.json`
Returns an
[
Annotation Collection
](
#annotation-collection
)
for the given manifest.
---
`https://{server}{/prefix}/{collection}/{
$
manifest}/annotationPage.json`
`https://{server}{/prefix}/{collection}/{manifest}/annotationPage.json`
Returns an
[
Annotation Page
](
#annotation-page
)
for the given manifest.
### Annotations for Item Objects
`https://{server}{/prefix}/{collection}/{
$
manifest}/{
$
item}/annotationCollection.json`
`https://{server}{/prefix}/{collection}/{manifest}/{item}/annotationCollection.json`
Returns an
[
Annotation Collection
](
#annotation-collection
)
for the given item.
---
`https://{server}{/prefix}/{collection}/{
$
manifest}/{
$
item}/annotationPage.json`
`https://{server}{/prefix}/{collection}/{manifest}/{item}/annotationPage.json`
Returns an
[
Annotation Page
](
#annotation-page
)
for the given item.
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment