diff --git a/docs/Self-Hosting and Development/API Documentation.md b/docs/Self-Hosting and Development/API Documentation.md index 04ebea1..09fe2d2 100644 --- a/docs/Self-Hosting and Development/API Documentation.md +++ b/docs/Self-Hosting and Development/API Documentation.md @@ -24,7 +24,7 @@ If the request is not well-formed (missing required arguments, invalid credentia "content": "#Note\ncontent", "html": "

Note

content

", "title": "Note", - "modified": "2018-12-28 17:24:58", + "modified": 1547271000, "favorite": false, "owner": { "uid": 1, @@ -50,4 +50,4 @@ If the request is not well-formed (missing required arguments, invalid credentia ## Nextcloud Notes API -A subset of NotePost's functionality can also be accessed via a server implementation the [Nextcloud Notes API](https://github.com/nextcloud/notes/wiki/API-0.2). Use it via `https://notepost-url/lib/nextcloudnotes.php`, or if your webserver is configured correctly (see the .htaccess file in the NotePost root folder), at `https://notepost-url/index.php/apps/notes/api/v0.2`. See the linked Nextcloud documentation for usage information. \ No newline at end of file +A subset of NotePost's functionality can also be accessed via a server implementation the [Nextcloud Notes API](https://github.com/nextcloud/notes/wiki/API-0.2). Use it via `https://notepost-url/lib/nextcloudnotes.php`, or if your webserver is configured correctly (see the .htaccess file in the NotePost root folder), at `https://notepost-url/index.php/apps/notes/api/v0.2`. See the linked Nextcloud documentation for usage information.