Skip to content

Commit

Permalink
show the path param as empty list
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Nov 14, 2023
1 parent 8ad8f47 commit 0513755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_pages/v2/guide-authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ You may skip using this CLI step if you set environment variable `NETFOUNDRY_API
"Authorization: Bearer ${NETFOUNDRY_API_TOKEN}" \
identityId=${ACCOUNT} \
resourceActionId=${RESOURCE_ACTION} \
path=io.netfoundry.network
path=[]
```

1. Verify the action is now granted.
Expand Down

0 comments on commit 0513755

Please sign in to comment.