Skip to content

Commit 00bf1e7

Browse files
authored
Merge pull request #291 from liammclennan/docs-permissions
Docs permissions
2 parents ceb9d2e + e0f5f12 commit 00bf1e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ $token = (
5454

5555
See `CONTRIBUTING.md`.
5656

57+
## Permissions
58+
59+
When connecting with an API key the allowed operations are determined by the [permissions assigned to that API key](https://docs.datalust.co/docs/api-keys#api-keys-and-permissions).
60+
61+
To determine the permission required for a command check the 'Permission demand' column of the [equivalent server API operation](https://docs.datalust.co/docs/server-http-api). For example, the command `apikey create` uses the [`POST api/apikeys` endpoint](https://docs.datalust.co/docs/server-http-api#apiapikeys), which requires the `Write` permission.
62+
5763
## Commands
5864

5965
Usage:

0 commit comments

Comments
 (0)