diff options
Diffstat (limited to 'doc/api-2.0.rst')
-rw-r--r-- | doc/api-2.0.rst | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/api-2.0.rst b/doc/api-2.0.rst index a10e9ec..9fc24b8 100644 --- a/doc/api-2.0.rst +++ b/doc/api-2.0.rst @@ -3,11 +3,10 @@ New approach to Gondul API The current api is split in three/four: -/api/read - read/only access for sensitive data -/api/public - read/only access for public data -/api/write - write-only (authenticated) -/templating or similar - for templating (read/sort-of-write-but-not-quite, - sensitive) +- /api/read - read/only access for sensitive data +- /api/public - read/only access for public data +- /api/write - write-only (authenticated) +- /templating or similar - for templating (read/sort-of-write-but-not-quite, sensitive) Today ----- |