Skip to content
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

fix(response): don't treat http 202 status code as an error #28

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

reubenmiller
Copy link
Owner

Some c8y api returns a HTTP 202 status code (meaning accepted) as the server is processing the request asynchronously. This should not be treated as an error.

@reubenmiller reubenmiller added the bug Something isn't working label Aug 9, 2023
@reubenmiller reubenmiller merged commit a994a61 into main Aug 9, 2023
1 of 4 checks passed
@reubenmiller reubenmiller deleted the fix-status-accepted-202 branch August 9, 2023 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant