Skip to content

Commit

Permalink
Updates a broken link (#1192)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Smith <[email protected]>
  • Loading branch information
stevsmit and Steven Smith authored Jan 14, 2025
1 parent 92ba17c commit f143a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/using-the-api.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $ curl -X GET -H "Authorization: Bearer <your_access_token>" <1>
<1> The OAuth 2 access token that was generated through the {productname} UI.
<2> The URL of your {productname} deployment and the desired API endpoint.

All {productname} APIs are documented in the link:https://docs.redhat.com/en/documentation/red_hat_quay/{productname}/html-single/red_hat_quay_api_guide/index#red_hat_quay_application_programming_interface_api[{productname} Application Programming Interface (API)] chapter. Understanding how they are documented is crucial to successful invocation. Take, for example, the following entry for the `createAppToken` API endpoint:
All {productname} APIs are documented in the link:https://docs.redhat.com/en/documentation/red_hat_quay/{producty}/html-single/red_hat_quay_api_guide/index#red_hat_quay_application_programming_interface_api[Application Programming Interface (API)] chapter. Understanding how they are documented is crucial to successful invocation. Take, for example, the following entry for the `createAppToken` API endpoint:

[source,text]
----
Expand Down

0 comments on commit f143a4d

Please sign in to comment.