Skip to content

Commit 282042c

Browse files
committed
remove sequence from nq
1 parent 0ce720c commit 282042c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/src/content/docs/api-doc/named-queries.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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` |

0 commit comments

Comments
 (0)