You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
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.