Skip to content

Fix OpReturnType to support 202 status code #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gentarooka
Copy link

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."

@Rendez Rendez mentioned this pull request Apr 20, 2023
@smaspe
Copy link
Contributor

smaspe commented Mar 26, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

some 2xx codes considered error responses
2 participants