title | summary |
---|---|
Native query snippet |
Native query snippet (/api/native-query-snippet) endpoints.
|
Native query snippet (/api/native-query-snippet) endpoints.
Fetch all snippets.
archived
nullable value must be a valid boolean string ('true' or 'false').
Fetch native query snippet with ID.
id
value must be an integer greater than zero.
Create a new NativeQuerySnippet
.
-
content
string. -
description
nullable string. -
name
snippet names cannot include } or start with spaces. -
collection_id
nullable value must be an integer greater than zero.
Update an existing NativeQuerySnippet
.
-
id
value must be an integer greater than zero. -
archived
nullable boolean. -
content
nullable string. -
description
nullable string. -
name
nullable snippet names cannot include } or start with spaces. -
collection_id
nullable value must be an integer greater than zero.