POST /entity/{ownerId}/wiki
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}/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) |