Skip to content

Shared parameters get picked up as a method #4

@acossta

Description

@acossta

When you have shared parameters between methods ( as shown below), parameters taken as a method and not shown in the individual method pages

/Users/{userId}:
    parameters:
      - in: path
        name: userId
        required: true
        schema:
            type: String
        description: "The User's ID."
    get:
      summary: 'Returns details about a particular User'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions