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

Download Open API Spec

POST /access_requirement/{ownerId}/wiki2

Create a WikiPage with an AccessRequirement as an owner.

Note: The caller must be a member of the Synapse Access and Compliance Team.

If the passed WikiPage is a root (parentWikiId = null) and the owner already has a root WikiPage, an error will be returned.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/access_requirement/{ownerId}/wiki2

Resource URL Variables
{ownerId} The ID of the owner AccessRequirement.
Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method POST
Request Object V2WikiPage
(application/json)
Response Object V2WikiPage
(application/json)