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

Download Open API Spec

POST /access_requirement/{ownerId}/wiki

Create a WikiPage with an Access Requirement as an owner.

Note: The caller must be granted the ACCESS_TYPE.CREATE permission on the owner.

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}/wiki

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