Skip to content

Commit 2b289b1

Browse files
committed
updated export section
1 parent 413c1e2 commit 2b289b1

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed
-561 KB
Binary file not shown.

src/pages/open-api/exportOAS.mdx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,22 @@ Before exporting a collection, ensure:
1414
- Your collection is properly organized with clear request structures
1515
- All endpoints have appropriate HTTP methods defined
1616
- Request parameters and headers are properly configured
17-
- Response examples are included where possible
18-
19-
## Export Methods
20-
21-
1. **File Export**: Export to a local OpenAPI specification file
22-
2317

2418
### Exporting to a File
2519

2620
1. Open Bruno and navigate to your collection
2721
2. Click on the context menu (three dots) in the collections panel
2822
3. Select **Share** from the dropdown menu
23+
24+
![collection-settings](/screenshots/git-integration/share-collection/1-share-collection-overview.webp)
25+
2926
4. Choose **OpenAPI Specification** option
27+
28+
![ExportModal](/screenshots/get-started/import-export/export_collection/2-export-options.webp)
29+
3030
5. Enter name of your file and location.
3131
6. Click **Create**
3232

33-
![export-openapi-file](/screenshots/open-api/export-api-spec.webp)
3433

3534
## Example Exported Structure
3635

src/pages/open-api/importOAS.mdx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,9 @@ Bruno offers two ways to import OpenAPI specifications:
3636

3737
### Importing from a URL
3838

39-
1. Open Bruno and navigate to your workspace
40-
2. Click on the context menu (three dots) in the collections panel
41-
3. Select **Import** from the dropdown menu
42-
4. Choose **OpenAPI V3 URL** option
43-
5. Enter the URL of your OpenAPI specification
44-
6. Click **Import** to create the collection
39+
The import method for URL option is same as for URL but you need to select **OpenAPI V3 URL** as option and provide URL of OAS file which is publically available.
40+
41+
After, Importing the OAS file the sample collection will looks like this.
4542

4643
![import-collection-oas](/screenshots/open-api/import-collection-oas.webp)
4744

0 commit comments

Comments
 (0)