Skip to main content

Update Template

PUT 

/template/:template_id

The Update Template API enables you to modify and update the details of a specific template.

Request

Path Parameters

    template_id stringrequired

    ID of the template that needs to be updated

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

    objectId string
    updatedAt date
Loading...