Skip to content

Commit 1d7c383

Browse files
authored
Update modules/authorization/proc-sending-request-to-the-rbac-rest-api-by-using-curl.adoc
1 parent a2acc7d commit 1d7c383

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
@@ -15,7 +15,7 @@ include::snip-finding-bearer-token.adoc[]
1515
.Default request
1616
[source,subs="+attributes,+quotes"]
1717
----
18-
curl -v -H "Content-Type: application/json" \
18+
curl -v \
1919
-H "Authorization: Bearer _<token>_" \
2020
-X __<method>__ "{my-product-url}/__<endpoint>__" \
2121
----

0 commit comments

Comments
 (0)