OpenAPI Settings
The OpenAPI Settings is the place where you can configure your imported OpenAPI file.
Go to the Space and click the 3 dots ⫶
Now click on Open API Settings
The General tab of the OpenAPI Settings will allow you to:
- Show download Open API link
- Create Models Category
- Write API Intro
The Sync Manually tab allows you to manually update your API file.
You can either add it from your local storage, or you can provide an URL to your file and Archbee will update it.
The Sync Through API allows you to use our public API to sync the OpenAPI file.
This is a powerfull tool since it allows you to integrate it with your CI/CD and make automatic updates depending on your dev/deployment process.
From the language change you can change the programming language the code sample is shown in.
Each imported OpenAPI file has either on the right side or below a code drawer that contains the sample code of the API request.
By default this sample code is displayed in 4 programming languages:
- cURL
- JS
- Python
- Ruby
In the Language Change menu, you can update this settings and this is how:
Open the Language Example tab
To add a new language just select it from the drop-down menu or to remove a language just click the "X" button near it;
Close the menu and check out the updated code drawer & code samples