diff options
author | Kristian Lyngstol <Kristian.Lyngstol@telenor.com> | 2019-12-04 13:50:39 +0100 |
---|---|---|
committer | Kristian Lyngstol <Kristian.Lyngstol@telenor.com> | 2019-12-04 13:50:39 +0100 |
commit | 9f422c4ad343e64fc985b5454c8fdd24f05f8fb2 (patch) | |
tree | 5351f5eb434cb73bde9c5fdcfbc5d5cb37bd52ba | |
parent | 092e8114fe90a1143e5c39aced43c8561ad23ec3 (diff) |
Adjust RST in doc
-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 ----- |