idoc icon indicating copy to clipboard operation
idoc copied to clipboard

Error responses

Open leon-mrks opened this issue 2 years ago • 4 comments

The docs don't show any stated error responses. No matter if the 200 status code is supplied or not (or any positive response).

(#35)

Example:

/*
 * Title 
 *
 * @response {
 *   "status": 200
 * }
 *
 * @response 400 {
 *   "status": 400
 * }
 * @response 404 {
 *   "status": 404
 * }
 * 
 * / 

Outputs: CleanShot 2023-06-13 at 17 02 34

leon-mrks avatar Jun 13 '23 15:06 leon-mrks

I have the same problem on my project, I wait for a resolution. Thanks!

jubag-93 avatar Jun 19 '23 22:06 jubag-93

@apriliaan Thank you for the excellent fix.

ovac avatar Jul 27 '23 12:07 ovac

I have still the same problem. But I downloaded the project with composer and in composer.json I see the version 1.6. So, if there would be new version, people would also get this change included when using composer.

kristianstarkloffjedox avatar Oct 17 '23 10:10 kristianstarkloffjedox

I am not sure what you mean. Can you please elaborate? @jubag-93, do you still have the same problem after the new version release?

ovac avatar Oct 22 '23 11:10 ovac