How to specify base-path in specmatic test
We have a use case in which the base-paths are defined in the servers attribute.
How do we set examples for some API paths that do not return any response , the return just the status code
I am having a PUT request , which on success return a 201 response but no body or content. How can i make an example of such kind in any yaml file. Kindly provide example for better undestanding.