============= Fill envelope ============= To fill envelope you should provide data to field which assigned to him by request below. .. list-table:: :widths: 10 90 * - Method - PUT * - URL - ``/api/v1/envelope/mailbox/{uuid}/{action}`` * - Authorization - Bearer {token} * - content-type - application/json * - Body - "{""data"": ""string""}" sendEnvelopeDTO =============== .. code-block:: JSON {"data":" 12312 ","uuid":"3e8e9c87-09a1-4b5f-8f1a-2ea3049ed34e"} All provided data will be filled to appropriated fields and when next recipient open this envelope this data will be shown.