We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9771cbe commit 77fd30bCopy full SHA for 77fd30b
modules/org-application-create-api.adoc
@@ -73,7 +73,7 @@ $ curl -X GET "https://<quay-server.example.com>/api/v1/organization/<orgname>/a
73
[source,terminal]
74
----
75
$ curl -X PUT "https://quay-server.example.com/api/v1/organization/test/applications/12345" \
76
- -H "Authorization: Bearer wplKtAuAX6DzAJwtB3X77nc18RFj2TKE5gTEk5K2" \
+ -H "Authorization: Bearer <access_token>" \
77
-H "Content-Type: application/json" \
78
-d '{
79
"name": "Updated Application Name",
0 commit comments