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

Download Open API Spec

POST /grid/{sessionId}/replica

A grid replica is an in-memory document that represents a 'copy' of the grid. Each replica is identified by a unique replicaId, issued by the 'hub'. A user can have more then one replica at a time (i.e. using multiple browser/tabs/machines). A user is limited to 10 replicas per-hour per-grid-session.

Only the user that started the grid session may create a replica.

Resource URL

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

Resource URL Variables
{sessionId} - The grid session ID.
Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method POST
Request Object CreateReplicaRequest
(application/json)
Response Object CreateReplicaResponse
(application/json)