-
Notifications
You must be signed in to change notification settings - Fork 46
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
Error while creating ApiDoc with api_products in payload through JSONAPI #878
Comments
do we have an ETA? |
@ssvaidyanathan |
Can this be expedited as we have customers affected due to this issue |
Certainly, We will prioritize this as soon as we release ApigeeX and Drupal10 new features. |
@ssvaidyanathan , The request payload to pass the api product while creating an API node is:
|
@shishir-intelli - you mentioned |
It is To create a API doc with api_products by using JSONAPI:
After executing the above JSON request payload, |
Fix apigee#878 for 3x Fix missing link attribute in JSONAPI `api_product` listing.
Description
Adding
api_products
to API doc through JSONAPI throwing errorNo ID specified for related resource
Steps to Reproduce
Steps to reproduce the behavior:
Create API doc by using Jsonapi, in request payload add api_products.
Actual Behavior
No ID specified for related resource
Expected Behavior
Add ApiDoc with api products successfully
Notes
This issue is coming when using https://github.com/apigee/apigee-smartdocs-maven-plugin
Original Issue - apigee/apigee-smartdocs-maven-plugin#55
The text was updated successfully, but these errors were encountered: