This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Invoking metadata endpoints for non dynamic actions #4914
Labels
cat/bug
A bug which needs fixing
group/ui
User interface SPA, talking to the REST backend
ignore/qe
For issues that aren't supposed to be verified by QE
notif/triage
The issue needs triage. Applied automatically to all new issues.
prio/p2
The priority of a bug. p1 means low
This is a...
The problem
In API provider integrations I noticed that we invoke
/api/v1/connections/api-provider/actions/io.syndesis:api-provider-start
and/api/v1/connections/api-provider/actions/io.syndesis:api-provider-end
endpoints -- the action metadata. For actions that are not tagged withdynamic
. The generated integration already contains the shapes based on the OpenAPI specification and invoking the action metadata endpoint for them will yieldany
data shape as that's what the connector descriptor defines.Expected behavior
Invoking action metadata endpoint only for actions tagged with
dynamic
.Tasks involved / Steps to Reproduce
/api/v1/connections/api-provider/actions/io.syndesis:api-provider-start
and/api/v1/connections/api-provider/actions/io.syndesis:api-provider-end
endpointsThe text was updated successfully, but these errors were encountered: