File tree Expand file tree Collapse file tree
src/src/content/docs/api-doc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,12 +112,11 @@ The `template` property is a query string of key=value pairs that defines how as
112112| :---| :---| :---|
113113| ` space ` | Restricts to a space by numeric id | ` &space=p1 ` |
114114| ` spacename ` | Restricts to a space by name | ` &spacename=p1 ` |
115- | ` sequence ` | A further filter on the Manifest | ` &sequence=n1 ` |
116115| ` canvas ` | The metadata field used to order canvases in the projection | ` &canvas=n2 ` |
117116| ` s1 ` | Alias for the ` string1 ` metadata field | ` &s1=p2 ` |
118117| ` s2 ` | Alias for the ` string2 ` metadata field | ` &s2=p1 ` |
119118| ` s3 ` | Alias for the ` string3 ` metadata field | ` &manifest=s3 ` |
120- | ` n1 ` | Alias for the ` number1 ` metadata field | ` &sequence =n1 ` |
119+ | ` n1 ` | Alias for the ` number1 ` metadata field | ` &canvas =n1 ` |
121120| ` n2 ` | Alias for the ` number2 ` metadata field | ` &canvas=n2 ` |
122121| ` n3 ` | Alias for the ` number3 ` metadata field | ` &canvas=n3 ` |
123122| ` p1 ` , ` p2 ` , ... | URL parameter values — the path elements after the named query name in the public URL | ` &s1=p2 ` |
You can’t perform that action at this time.
0 commit comments