Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip auto-fill examples #776

Closed
majoshi1 opened this issue Jun 27, 2022 · 1 comment
Closed

Skip auto-fill examples #776

majoshi1 opened this issue Jun 27, 2022 · 1 comment

Comments

@majoshi1
Copy link

There is an existing closed issue #686 for this. Although, does not seem to work for an array of examples.
e.g.

get:
  summary: content search
  operationId: seachContent
  tags:
  - content-search
  parameters:
  - in: query
    name: search
    examples:
      example1:
        summary: s1
        value: v1
      example2:
        summary: s2
        value: v2
    x-fill-example: 'no'
    schema:
      type: string
    description: term to search (use "*" to show all)
  - in: query
    name: id
    example: my-id
    schema:
      type: string
@brunchboy
Copy link

This fix does not actually work, please see #1003

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants