Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fern/products/sdks/overview/postman/publishing-to-postman.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Publish your Postman collection directly to Postman workspaces, making it easy f
To publish your collection directly to Postman, configure the output and specify the name of your collection:

```yaml title="generators.yml" {6-9}
generators:
groups:
postman:
generators:
- name: fernapi/fern-postman
Expand All @@ -28,7 +28,7 @@ generators:
To publish to a particular collection, configure the output and specify the name of your collection and collection ID:

```yaml title="generators.yml" {10}
generators:
groups:
postman:
generators:
- name: fernapi/fern-postman
Expand Down
Loading