PUT
/
template
/
{template_id}
/
set_comment
curl --request PUT \
  --url https://restapi.sign.plus/v2/template/{template_id}/set_comment \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "comment": "<string>"
}'
{
  "id": "<string>",
  "name": "<string>",
  "comment": "<string>",
  "pages": 123,
  "legality_level": "SES",
  "created_at": 123,
  "updated_at": 123,
  "expiration_delay": 123,
  "num_recipients": 123,
  "signing_steps": [
    {
      "recipients": [
        {
          "id": "<string>",
          "uid": "<string>",
          "name": "<string>",
          "email": "<string>",
          "role": "SIGNER"
        }
      ]
    }
  ],
  "documents": [
    {
      "id": "<string>",
      "name": "<string>",
      "filename": "<string>",
      "page_count": 123,
      "pages": [
        {
          "width": 123,
          "height": 123
        }
      ]
    }
  ],
  "notification": {
    "subject": "<string>",
    "message": "<string>",
    "reminder_interval": 123
  },
  "dynamic_fields": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

template_id
string
required

Body

application/json
comment
string

Comment for the template

Response

200 - application/json
Template comment changed successfully
id
string

Unique identifier of the template

name
string

Name of the template

comment
string

Comment for the template

pages
integer

Total number of pages in the template

legality_level
enum<string>

Legal level of the envelope (SES is Simple Electronic Signature, QES_EIDAS is Qualified Electronic Signature, QES_ZERTES is Qualified Electronic Signature with Zertes)

Available options:
SES,
QES_EIDAS,
QES_ZERTES
created_at
integer

Unix timestamp of the creation date

updated_at
integer

Unix timestamp of the last modification date

expiration_delay
integer

Expiration delay added to the current time when an envelope is created from this template

num_recipients
integer

Number of recipients in the envelope

signing_steps
object[]
documents
object[]
notification
object
dynamic_fields
string[]

List of dynamic fields