Journal API¶
Authentication¶
Method |
Endpoint |
Description |
|---|---|---|
GET |
|
Check if journal is set up and unlocked |
POST |
|
Set password (first time only) |
POST |
|
Start session |
POST |
|
End session |
Entries¶
Method |
Endpoint |
Description |
|---|---|---|
GET |
|
List all entries (decrypted) |
POST |
|
Create entry (encrypted) |
GET |
|
Get single entry |
PUT |
|
Update entry |
DELETE |
|
Soft-delete entry |
POST |
|
Restore deleted entry |