Issue with v4 Endpoints for Content Creation #221
Closed
rajnishdargan
started this conversation in
General Discussions
Replies: 1 comment
-
@rajnishdargan Please use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
Following up on the previous discussion here, we encountered an issue with the v4 endpoint for content creation.
We were instructed to use the v4 endpoints, but when the generic-editor makes a request like the following to create content:
We receive the following Bad Request response from the v4 endpoint:
Interestingly, the same request works without any issues when using the v3 endpoint.
It seems the contentType field is causing a validation error in v4, but v3 handles it. We suspect that the generic editors might be outdated or not fully compatible with v4 endpoints. We are thinking of reverting to the v3 endpoints for
/action/content/v3/*
and/action/content/v1/*
until a resolution is found.Could someone please guide us to the repository or configuration file where this mapping is defined?
Is there any middleware or DevOps configuration that handles the endpoint switching?
Thanks!
@pallakartheekreddy @HarishGangula @rajeevsathish @vinukumar-vs @vaibhavbhuva @krgauraw @amitpriyadarshi
@coolbung @itsvick @snehal0904 @arati-tekdi @rushi-tekdi
Beta Was this translation helpful? Give feedback.
All reactions