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

NotImplemented status code #4

Open
AdrienSluicebox opened this issue Dec 3, 2024 · 0 comments
Open

NotImplemented status code #4

AdrienSluicebox opened this issue Dec 3, 2024 · 0 comments

Comments

@AdrienSluicebox
Copy link

The openapi defines Not implemented responses for http status code 501:

'501':
description: Not implemented
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'

However the spec says that NotImplemented responses should have status code 400: https://wbcsd.github.io/data-exchange-protocol/v2/#business-cases-async-events-1-cases :

The events endpoint responds with HTTP error code 400 and with a body with error code NotImplemented

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

No branches or pull requests

1 participant