| title | Native query snippet |
|---|---|
| summary | Native query snippet (/api/native-query-snippet) endpoints. |
Native query snippet (/api/native-query-snippet) endpoints.
Fetch all snippets.
archivednullable value must be a valid boolean string ('true' or 'false').
Fetch native query snippet with ID.
idvalue must be an integer greater than zero.
Create a new NativeQuerySnippet.
-
contentstring. -
descriptionnullable string. -
namesnippet names cannot include } or start with spaces. -
collection_idnullable value must be an integer greater than zero.
Update an existing NativeQuerySnippet.
-
idvalue must be an integer greater than zero. -
archivednullable boolean. -
contentnullable string. -
descriptionnullable string. -
namenullable snippet names cannot include } or start with spaces. -
collection_idnullable value must be an integer greater than zero.