Skip to content

update openapi file #148

update openapi file

update openapi file #148

name: FinFeedAPI Currencies API Historical API REST OpenAPI to SDK
on:
push:
branches:
- master # Adjust to your default branch (e.g., main) if different
paths:
- 'finfeedapi/currencies-api-rest-historical/spec/openapi.json'
pull_request:
branches:
- master # Adjust to your default branch (e.g., main) if different
paths:
- 'finfeedapi/currencies-api-rest-historical/spec/openapi.json'
jobs:
call-reusable-workflow:
uses: ./.github/workflows/reusable-openapi-to-sdk.yaml
with:
product_line_slug: "finfeedapi"
api_type_slug: "currencies-api-rest-historical"
commit_message_subject: "FinFeedAPI Currencies API REST Historical"
secrets:
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}