]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Api/PageApiController.php
Fix timestamp in API docs example response
[bookstack] / app / Http / Controllers / Api / PageApiController.php
index 9749985a52214cecbec3ee8cfecf9d0bc2b84e54..de729b469b3e7f12f7ee5d7e762d17566366995c 100644 (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)
     {