1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Added content security section to the api docs

Related to #3636
This commit is contained in:
Dan Brown
2022-08-11 10:49:45 +01:00
parent 5f7cd735ea
commit e02bd5e57e
3 changed files with 20 additions and 0 deletions

View File

@ -86,6 +86,9 @@ class PageApiController extends ApiController
*
* Pages will always have HTML content. They may have markdown content
* if the markdown editor was used to last update the page.
*
* See the "Content Security" section of these docs for security considerations when using
* the page content returned from this endpoint.
*/
public function read(string $id)
{