POST /entity/{ownerId}/wiki2
Create a WikiPage with an Entity 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/entity/{ownerId}/wiki2
Resource URL Variables
{ownerId} | The ID of the owner Entity. |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view , modify |
HTTP Method | POST |
Request Object | V2WikiPage (application/json) |
Response Object | V2WikiPage (application/json) |