Skip to content

Commit fab8ea4

Browse files
Update modules/authorization/proc-sending-request-to-the-rbac-rest-api-by-using-curl.adoc
Co-authored-by: Oleksandr Andriienko <[email protected]>
1 parent e030c90 commit fab8ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/authorization/proc-sending-request-to-the-rbac-rest-api-by-using-curl.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ curl -v -H "Content-Type: application/json" \
8181
8282
curl -v -H "Content-Type: application/json" \
8383
-H "Authorization: Bearer $token" \
84-
-X POST "{my-product-url}/api/permission/roles/conditions"\
84+
-X POST "{my-product-url}/api/permission/roles/conditions" \
8585
-d '{
8686
"result": "CONDITIONAL",
8787
"roleEntityRef": "role:default/test",

0 commit comments

Comments
 (0)