list templates
list templates
Query Parameters
tag string
Responses
- 200
- default
A successful response.
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
templates object[]
id uint64
name string
body string
tags string[]
created_at date-time
updated_at date-time
variables object[]
name string
type string
default string
description string
{
"templates": [
{
"id": "string",
"name": "string",
"body": "string",
"tags": [
"string"
],
"created_at": "2024-07-09T13:51:06.088Z",
"updated_at": "2024-07-09T13:51:06.088Z",
"variables": [
{
"name": "string",
"type": "string",
"default": "string",
"description": "string"
}
]
}
]
}
An unexpected error response.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Loading...