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

JsonAPI requires UUID for getting the entity information #879

Merged
merged 2 commits into from
Jul 11, 2023

Conversation

shishir-intelli
Copy link
Collaborator

Fix #878
This PR resolves Internal Server Error -
"Parameter \"entity\" for route \"jsonapi.api_product--api_product.individual\" must match \"[^/]++\" (\"\" given) to generate a corresponding URL. due to missing uuid().

@codecov
Copy link

codecov bot commented Jul 6, 2023

Codecov Report

Merging #879 (d7668ac) into 2.x (5391b81) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##                2.x     #879   +/-   ##
=========================================
  Coverage     43.94%   43.94%           
  Complexity     3019     3019           
=========================================
  Files           342      342           
  Lines         11102    11102           
=========================================
  Hits           4879     4879           
  Misses         6223     6223           
Impacted Files Coverage Δ
src/Entity/ApiProduct.php 53.42% <100.00%> (ø)

Copy link
Collaborator

@divya-intelli divya-intelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@shishir-intelli shishir-intelli merged commit adcd4cf into apigee:2.x Jul 11, 2023
@shishir-intelli shishir-intelli deleted the patch-221 branch July 27, 2023 06:30
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.

Error while creating ApiDoc with api_products in payload through JSONAPI
2 participants