...

Text file src/github.com/go-openapi/analysis/fixtures/parameters/other-source.yaml

Documentation: github.com/go-openapi/analysis/fixtures/parameters

     1pathItems:
     2  patchMethod:
     3    parameters:
     4    - name: somePatchParam
     5      in: query
     6      type: string
     7    patch:
     8      operationId: patchOp
     9      parameters:
    10      - name: myPatchParam
    11        in: query
    12        required: false
    13        type: integer
    14      responses:
    15        200:
    16          description: ok
    17          schema:
    18            type: string

View as plain text