Sync specs without requiring an API Definition ID #473
Labels
API
Underlying issue is with the ReadMe API and not necessarily the `rdme` client itself
command:openapi
Issues pertaining to the `openapi`, `validate`, `reduce`, or `swagger` commands
enhancement
New feature or request
I'm attempting to sync a set of API specs in my project through Github Actions. In order to do so I require an API definition ID per spec. I can obtain this through the admin portal once I upload a spec file using the CLI or manual approach you've documented here.
I'd like to automate syncing specs through GH Actions and not require the initial step of having to upload manually in order to get this API definition ID. I'm still new to GH actions, but my desire is to store all my team's "published-ready" specs in one directory, and create an action that will iterate through each spec file in this directory and upload them to Readme.
Feature Request: Wondering if Readme can implicitly match and formulate this ID based on some properties (ex:
info.title
) within a spec file's definition without explicitly requiring it?The text was updated successfully, but these errors were encountered: