Update note modified format
This commit is contained in:
parent
e926b18274
commit
20421ae163
@ -24,7 +24,7 @@ If the request is not well-formed (missing required arguments, invalid credentia
|
||||
"content": "#Note\ncontent",
|
||||
"html": "<h1>Note</h1><p>content</p>",
|
||||
"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.
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user