跳到主要内容
版本:v0.6

Reset for a template version of a project.

Reset for a template version.

Reset for a template version of a project.

Path Parameters
    project string required
    templateversion string required
Responses

OK


Schema
    message string
    status integer

    Default value: 200

    statusText string

    Default value: OK

POST /v1/projects/:project/template-versions/:templateversion/reset

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
project — path required
templateversion — path required
curl / cURL
curl -L -X POST 'https://seal-io.github.io/v1/projects/:project/template-versions/:templateversion/reset' \
-H 'Accept: application/json'