Skip to content

Commit 8377c3c

Browse files
committed
docs: Explain the correct fields for scoped tokens
1 parent d14716d commit 8377c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get_started/basic_usage/02_How-To-Auth-Tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ this token "inherits and enforces" the user's READ permission with every request
4040

4141
**Resource**:
4242

43-
: The field `permission` is filled with a valid ULID of an existing Aruna resource and the corresponding permission level.
43+
: The field `resource_id` is filled with a valid ULID of an existing Aruna resource and then associated with a corresponding permission level.
4444
This token is valid for the specific resource and all the resources which are registered beneath it.
4545
For example, these tokens can be used to give external users general but time limited access to a Project and all resources registered under it. However, these tokens should also not be distributed carelessly.
4646

0 commit comments

Comments
 (0)