Skip to content

Commit 77fd30b

Browse files
stevsmitSteven Smith
andauthored
Removes token (quay#1206)
Co-authored-by: Steven Smith <[email protected]>
1 parent 9771cbe commit 77fd30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/org-application-create-api.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ $ curl -X GET "https://<quay-server.example.com>/api/v1/organization/<orgname>/a
7373
[source,terminal]
7474
----
7575
$ curl -X PUT "https://quay-server.example.com/api/v1/organization/test/applications/12345" \
76-
-H "Authorization: Bearer wplKtAuAX6DzAJwtB3X77nc18RFj2TKE5gTEk5K2" \
76+
-H "Authorization: Bearer <access_token>" \
7777
-H "Content-Type: application/json" \
7878
-d '{
7979
"name": "Updated Application Name",

0 commit comments

Comments
 (0)