Skip to content

Commit 59719b8

Browse files
authored
Apply suggestions from code review
1 parent 1d7c383 commit 59719b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ include::snip-finding-bearer-token.adoc[]
1212
. In a terminal, run the curl command and review the response:
1313
+
1414
--
15-
.Default request
15+
.GET or DELETE request
1616
[source,subs="+attributes,+quotes"]
1717
----
1818
curl -v \
1919
-H "Authorization: Bearer _<token>_" \
2020
-X __<method>__ "{my-product-url}/__<endpoint>__" \
2121
----
2222

23-
.POST request requiring JSON body data
23+
.POST or PUT request requiring JSON body data
2424
[source,subs="+attributes,+quotes"]
2525
----
2626
curl -v -H "Content-Type: application/json" \

0 commit comments

Comments
 (0)