Skip to main content
Version: v0.6

Refresh for a template.

Refresh for a template.

Refresh for a template.

Path Parameters
    template string required
Responses

OK


Schema
    message string
    status integer

    Default value: 200

    statusText string

    Default value: OK

POST /v1/templates/:template/refresh

Authorization

name: BasicAuthtype: httpdescription: Basic Authentication, in form of base64(<username>:<password>), the password must be a valid Seal API token.in: headerscheme: basic

Request

Security Scheme
Username
Password
template — path required
curl / cURL
curl -L -X POST 'https://seal-io.github.io/v1/templates/:template/refresh' \
-H 'Accept: application/json'