1 parent 36cd6ad commit ee11e5cCopy full SHA for ee11e5c
1 file changed
README.md
@@ -100,7 +100,7 @@ Runtime detection is automatic:
100
Retrieve and display a note.
101
102
**Parameters:**
103
-- `noteId` (path) or `note` (query): Note ID (alphanumeric, 5-20 chars)
+- `noteId` (path) or `note` (query): Note ID (alphanumeric, 3–32 chars, no I/O/0/1)
104
105
**Notes:**
106
- The preferred URL format is now `/noteid/{noteId}` for shell-friendly links (e.g., `http://example.com/noteid/ABCDE`).
@@ -141,7 +141,7 @@ Save or delete a note.
141
```
142
143
**Behavior:**
144
-- If `noteId` is empty, a random 5-character ID is generated
+- If `noteId` is empty, a random WORDnn ID is generated (e.g., "BLAST47")
145
- If `content` is empty, the note is deleted
146
- Otherwise, the note is saved
147
0 commit comments