add/update a template
add/update a template
application/json
Request Body required
- Array [
- ]
id uint64
name string
body string
tags string[]
variables object[]
name string
type string
default string
description string
Responses
- 200
- default
A successful response.
application/json
Schema
Example (from schema)
Schema
id uint64
{
"id": "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...