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

Download Open API Spec

POST /grid/{sessionId}/presigned/url

Create a new presigned URL to establish a websocket connection with a grid session.

The presigned URL will expire 15 minutes after it is issued.

Only the user that created the replica may create a persigned URL.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/grid/{sessionId}/presigned/url

Resource URL Variables
{sessionId}
Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method POST
Request Object CreateGridPresignedUrlRequest
(application/json)
Response Object CreateGridPresignedUrlResponse
(application/json)