openapi-typescript-fetch icon indicating copy to clipboard operation
openapi-typescript-fetch copied to clipboard

Fix OpReturnType to support 202 status code

Open gentarooka opened this issue 2 years ago • 1 comments

Partially fixed #35, supporting 202 as Success response.

To manage long-running jobs behind an API, 202 is necessary to describe the situation, that "job is accepted but not finished yet."

gentarooka avatar Jun 03 '22 02:06 gentarooka

now that 204 got merged, 202 should be merged too, no?

smaspe avatar Mar 26 '24 13:03 smaspe