influxdata / openapi

An OpenAPI specification for influx (cloud/oss) apis.
MIT License
17 stars 10 forks source link

feat(scripts): bulk update/remove internal API endpoints #518

Closed saraghds closed 2 years ago

saraghds commented 2 years ago

Closes https://github.com/influxdata/idpe/issues/15643

This PR adds the new API endpoints for the scripts service. These APIs are not exposed on the edge and is only called internally by other services. This means they don't belong inside the existing svc-invocable-scripts.yml file, so I've created a new folder under src/svc called invocable-scripts-internal to include the paths and the schemas. And this folder is not added to the generate.sh script so that it won't be published.