API Documentation
Create API documentation page
Create API documentation page
Create API documentation. The result will be the created page or folder. Only MARKDOWN and FOLDER types are supported.
Low-value for routine assistant workflows; prefer higher-level API inspection tools first.
post/environments/{envId}/apis/{apiId}/pages
Request body
Example request
{
"name": "My Page",
"type": "MARKDOWN",
"visibility": "PUBLIC",
"parentId": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
"accessControls": [
{
"referenceId": "00f8c9e7-78fc-4907-b8c9-e778fc790750"
}
]
}Response
Created API Documentation