-
|
I am trying to create contract tests for an endpoint which has content-Type as form-data. I defined configuration similar to application/json but it doesn't overwrite the request body. If portman supports please share the documentation. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
@yajiv789 Wa are actively reviewing what the workload would be and if it is feasible/desireable on extending the support for multiple content-types like |
Beta Was this translation helpful? Give feedback.
-
|
@yajiv789 Do you have a simple OpenAPI spec which contains the |
Beta Was this translation helpful? Give feedback.
-
|
@thim81 plz find attached sample form-data openapi yaml. |
Beta Was this translation helpful? Give feedback.
@yajiv789
Currently Portman, only support the Content-Type
application/json.Wa are actively reviewing what the workload would be and if it is feasible/desireable on extending the support for multiple content-types like
form-data.