describe-argocd-endpoint
Retrieve full parameter documentation for any Argo CD API endpoint from its Swagger definition. Use operationId, path, or method to specify the endpoint.
Instructions
Get full parameter documentation for an Argo CD API endpoint from swagger.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | API path. Example: /api/v1/applications/{name} | |
| method | No | HTTP method when using path lookup. | |
| operationId | No | Swagger operationId. Example: ApplicationService_Get |