We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
API Platform version(s) affected: 4.0.4
Description According to the JSON:API documentation, an ID is not required in a POST request, but Api Platform requires it in OpenAPI documentation.
Can this be resolved so that the ID is not mandatory in a POST request? It also throws an error when I include an ID.
The text was updated successfully, but these errors were encountered:
I wouldn't create a new issue, but I don't think the link in the response header is good either:
Sorry, something went wrong.
If you didn't disable JSON-LD, this link is expected for autodiscoverability of the Hydra docs.
I think I turned it off:
Indeed, that's a bug then!
No branches or pull requests
API Platform version(s) affected: 4.0.4
Description
According to the JSON:API documentation, an ID is not required in a POST request, but Api Platform requires it in OpenAPI documentation.
Can this be resolved so that the ID is not mandatory in a POST request? It also throws an error when I include an ID.
The text was updated successfully, but these errors were encountered: