Skip to main content

Update template by ID

PUT 

/template/:template_id

Update template by ID

Request

Path Parameters

    template_id stringrequired

    ID of the template that needs to be updated

Header Parameters

    x-api-token stringrequired
    Example: opensign.xxxx

Body

provide below parameter to update templates (at least one parameter required)

    Name string
    Note string
    Description string
    FolderId string

Responses

Template updated successfully!

Schema

    code number
    message string

    result

    object

    objectId string
Loading...