The Open API specification for Synapse is now available for download!

Download Open API Spec

PUT /dataAccessRequest/{requestId}/signature

Apply the current content of a data access request (signers and field values) to its already-routed eDUC signature envelope. This does not create a new envelope, so it has no impact on the user's signature quota. If the request has not been routed for signature, or the envelope's current status does not allow an update, an HTTP 400 is returned with the reason.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/dataAccessRequest/{requestId}/signature

Resource URL Variables
{requestId} - The ID of the data access request.
Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method PUT
Request Object None
Response Object EDucSignatureStatus
(application/json)