Amit Ghorpade

Results 5 comments of Amit Ghorpade

@authorjapps - please find below answers > @aghorpade , it's very much achievable and it's very easy. Infact that's an efficient CI pipeline design(one of the best practices). > >...

@authorjapps - metdata tag is associated with steps or should it be associated with scenario? I think if we associate metadata with scenario then it will have more significance and...

@jdegre - It's always a good practice to put response payload in case of success(2xx) or error scenario(4xx,5xx) which clearly indicate what is happening and makes your api specification with...

@jdegre As I mentioned, it is possible with OAS. I just tried with one sample example , refer below one. ```json { "openapi": "3.0.0", "info": { "title": "NoResponseApi", "version": "1.0"...

@jdegre - as soon as you keep content-type and schema for response body then it becomes mandatory to send that type of response.