File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ curl "http://127.0.0.1:9180/apisix/admin/consumers" -X PUT \
8484 }'
8585```
8686
87- Create ` basic-auth ` credential for the consumer:
87+ Create ` basic-auth ` Credential for the consumer:
8888
8989``` shell
9090curl " http://127.0.0.1:9180/apisix/admin/consumers/johndoe/credentials" -X PUT \
@@ -191,7 +191,7 @@ curl "http://127.0.0.1:9180/apisix/admin/consumers" -X PUT \
191191 }'
192192```
193193
194- Create ` basic-auth ` credential for the consumer:
194+ Create ` basic-auth ` Credential for the consumer:
195195
196196``` shell
197197curl " http://127.0.0.1:9180/apisix/admin/consumers/johndoe/credentials" -X PUT \
@@ -339,7 +339,7 @@ curl "http://127.0.0.1:9180/apisix/admin/consumers" -X PUT \
339339 }'
340340```
341341
342- Create ` basic-auth ` credential for the consumer:
342+ Create ` basic-auth ` Credential for the consumer:
343343
344344``` shell
345345curl " http://127.0.0.1:9180/apisix/admin/consumers/johndoe/credentials" -X PUT \
@@ -428,7 +428,7 @@ curl "http://127.0.0.1:9180/apisix/admin/consumers" -X PUT \
428428 }'
429429```
430430
431- Create the ` basic-auth ` credential for the Consumer ` johndoe ` :
431+ Create the ` basic-auth ` Credential for the Consumer ` johndoe ` :
432432
433433``` shell
434434curl " http://127.0.0.1:9180/apisix/admin/consumers/johndoe/credentials" -X PUT \
You can’t perform that action at this time.
0 commit comments