Renames an existing envelope using its unique identifier. This operation allows the user to change the envelope's name for better organization or clarity. Be aware that renaming the envelope does not affect its contents or associated signers, and the envelope's unique ID remains unchanged. Ensure the provided envelope ID exists and is valid before performing this action.
Request
Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Path Params
Body Params application/json
Example
{"name":"New envelope name"}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.signater.com/v1/ecm/envelopes//rename' \
--header'Content-Type: application/json' \
--header'x-api-token;' \
--data-raw'{
"name": "New envelope name"
}'