Update template

Updates template metadata/content.

Business rules:

  • id must be a valid UUID
  • Returns 400 for invalid UUID or malformed JSON body
  • Returns 404 when template does not exist
  • Only provided fields are updated (name, description, is_active, fields)
  • When fields is provided, each field is normalized with coordinates/dimensions and type metadata before persistence
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params

Request body for updating an existing template.

string | null

Updated template name.

string | null

Updated template description.

boolean | null

Indicates whether the template is active and available for use.

fields
array of objects | null

Updated field definitions.

fields
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Response

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json