Discussions
Upload api spec for the first time
4 months ago by Gaurav Ajmera
Hi,
How to upload api-spec file for the first time as we dont have open_api_definition_id, and we want to do it using one command, without interactive terminal thing, or any manual effort ?
4 months ago by Ross BrackettAdmin
Hi, Ross from ReadMe here.
You can do it by combining a --version with a --create:
npx rdme openapi frog.json --create --version=1.0
Please let me know if I can answer any further questions.
Marked as answered by Ross Brackett