Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Path params should be omitted from request body params #8

@dodas

Description

@dodas

Currently, using path params in a mutation results in a openAPI schema where the given param is expected in both requestBody and parameters. Instead, I would expect the given param to be omitted from the request body schema, since it's passed via path.

For example, in the method below I would expect blueprintId to be passed via path and Request body only containing credentialId.
Screenshot 2022-06-08 at 00 11 18

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