added

[Editor 2.0] Signing order

We've added the possibility to set a signing order for documents created from PDF/templates via API.
In addition, we allow overriding of a signing order for documents from templates if the signing order was set in the template.

"recipients": [  
  {  
    "email": "[email protected]",
    "first_name": "Josh",
    "last_name": "Ron",
    "role": "user",
    "signing_order": 1
  }
]

Please find the full example via the link.
Help center article you can find here.