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

Download Open API Spec

POST /evaluation/{ownerId}/wiki2

Create a WikiPage with an Evaluation 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/evaluation/{ownerId}/wiki2

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