Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorkorelstar <korelstar@users.noreply.github.com>2022-05-01 14:56:53 +0300
committerGitHub <noreply@github.com>2022-05-01 14:56:53 +0300
commitc61bd535d713c3d242150f8428a46cd1148958a5 (patch)
tree49128cadb5dd3e9bb8b4a044a4eb4051781dcabe /docs
parent11fca74c5645ad92152948db43194539340c7c6d (diff)
external API for custom file extension
Diffstat (limited to 'docs')
-rw-r--r--docs/api/v1.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/api/v1.md b/docs/api/v1.md
index 3199d847..4331a0d3 100644
--- a/docs/api/v1.md
+++ b/docs/api/v1.md
@@ -10,6 +10,7 @@ In this document, the Notes API major version 1 and all its minor versions are d
| **1.0** | Notes 3.3 (May 2020) | Separate title, no auto rename based on content |
| **1.1** | Notes 3.4 (May 2020) | Filter "Get all notes" by category |
| **1.2** | Notes 4.1 (June 2021) | Preventing lost updates, read-only notes, settings |
+| **1.3** | DRAFT | Allow custom file suffixes |
@@ -36,7 +37,7 @@ Since API version 1.2, it is possible to change app settings using the API. The
| Attribute | Type | Description | since API version |
|:----------|:-----|:------------|:------------------|
| `notesPath` | string | Path to the folder, where note's files are stored in Nextcloud. The path must be relative to the user folder. Default is the localized string `Notes`. | 1.2 |
-| `fileSuffix` | string | Newly created note's files will have this file suffix. Only the values `.txt` or `.md` are allowed. Default is `.txt`. | 1.2 |
+| `fileSuffix` | string | Newly created note's files will have this file suffix. For API version 1.2, only the values `.txt` or `.md` are allowed. Since API version 1.3, also custom suffixes can be chosen. Default is `.txt`. | 1.2 |
## Endpoints and Operations