cURL
curl --request PUT \ --url https://restapi.sign.plus/v2/template/{template_id}/attachments/settings \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "settings": { "visible_to_recipients": true } }'
{ "settings": { "visible_to_recipients": true }, "recipients": [ { "recipient_id": "<string>", "recipient_name": "<string>", "placeholders": [ { "recipient_id": "<string>", "id": "<string>", "name": "<string>", "hint": "<string>", "required": true, "multiple": true, "files": [ { "id": "<string>", "name": "<string>", "size": 123, "mimetype": "<string>" } ] } ] } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Attachment settings set successfully