summaryrefslogtreecommitdiffstats
path: root/documentation/api/collections.md
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/api/collections.md')
-rw-r--r--documentation/api/collections.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/api/collections.md b/documentation/api/collections.md
index ebfed8c..b79dbed 100644
--- a/documentation/api/collections.md
+++ b/documentation/api/collections.md
@@ -1,5 +1,5 @@
# Collections
-Collections can be called with the api url appended with the collection and resource name.
+Collections can be called with the API URL appended with the collection and resource name.
```
https://<domain_bas>/api/<collection>/<resource>
```
@@ -14,7 +14,7 @@ https://<domain_bas>/api/authentication/
```
### Token Login
-Login method to get a json web token (jwt) for the Authorization header, to make authenticated api calls.
+Login method to get a JSON web token (jwt) for the Authorization header, to make authenticated API calls.
**Request**
```json
@@ -100,7 +100,7 @@ https://<domain_bas>/api/authentication/logout
## Setup
### Status
-Returns wheather the unauthorized user (root account) creation can be executed.
+Returns whether the unauthorized user (root account) creation can be executed.
**Request**
```