Skip to content

Commit 0513755

Browse files
committed
show the path param as empty list
1 parent 8ad8f47 commit 0513755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_pages/v2/guide-authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ You may skip using this CLI step if you set environment variable `NETFOUNDRY_API
6868
"Authorization: Bearer ${NETFOUNDRY_API_TOKEN}" \
6969
identityId=${ACCOUNT} \
7070
resourceActionId=${RESOURCE_ACTION} \
71-
path=io.netfoundry.network
71+
path=[]
7272
```
7373

7474
1. Verify the action is now granted.

0 commit comments

Comments
 (0)