Templates
Update template
Update a template’s name, description, or visibility setting via the Nedzo REST API. Only the fields you provide in the request body are changed.
PATCH
Update template metadata. Only provided fields will be updated. At least one field must be provided.
Body Parameters
Template name (1-255 characters).
Template description. Set to
null to clear.Template visibility. One of
public or private. Public templates can be previewed without authentication and imported by any account.