From 051375591ef826889f0ef379475505f59cfc9c38 Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Tue, 14 Nov 2023 17:23:58 -0500 Subject: [PATCH] show the path param as empty list --- docs/_pages/v2/guide-authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_pages/v2/guide-authorization.md b/docs/_pages/v2/guide-authorization.md index 1264e2605a37..0ad420ae4daa 100644 --- a/docs/_pages/v2/guide-authorization.md +++ b/docs/_pages/v2/guide-authorization.md @@ -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.