Skip to content

Commit

Permalink
docs: add admonition & link to another endpoint (#1486)
Browse files Browse the repository at this point in the history
  • Loading branch information
TC-MO authored Mar 4, 2025
1 parent 443a94b commit b95f050
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ get:
Get the OpenAPI definition for a specific Actor build.
Authentication is based on the build's unique ID. No authentication token is required.
**Note**: You can also use the `/api/v2/act-openapi-json-get` endpoint to get the OpenAPI definition for a build.
:::note
You can also use the [`/api/v2/act-openapi-json-get`](/api/v2/act-openapi-json-get) endpoint to get the OpenAPI definition for a build.
:::
operationId: actorBuild_openapi_json_get
security:
- apiKeyActorBuilds: []
Expand Down

0 comments on commit b95f050

Please sign in to comment.