Skip to main content
PUT
/
api
/
ESigning
/
EmailTemplates
/
{TypeId}
Update Email Template
curl --request PUT \
  --url https://api.example.com/api/ESigning/EmailTemplates/{TypeId} \
  --header 'Content-Type: application/json-patch+json' \
  --data '
{
  "id": 123,
  "subject": "<string>",
  "body": "<string>"
}
'
[
  {
    "id": 123,
    "subject": "<string>",
    "body": "<string>"
  }
]

Path Parameters

typeId
integer<int32>
required

Body

id
integer<int32>
subject
string | null
body
string | null

Response

200 - application/json

OK

id
integer<int32>
subject
string | null
body
string | null