-
Notifications
You must be signed in to change notification settings - Fork 262
Closed
Labels
priority:p3Nice to have. Customer impact is very minimalNice to have. Customer impact is very minimaltype:featureNew experience requestNew experience request
Milestone
Description
e.g.
flowchart LR
root["/"] --> Pets
root --> Users["users"]
Users --> User["{userId}"]
User --> UserPets["pets"]
root --> Store[""store]
Pets --> Pet["{petId}"]
Pet --> Owner[""owner]
or
flowchart LR
root["/"] -- pets --> Pets
root -- users --> Users["GET, POST"]
Users -- "{userId}" --> User["GET,PATCH,DELETE"]
User -- pets --> UserPets["GET,POST"]
root -- store --> Store[""store]
Pets -- "{petId}" --> Pet["GET,PATCH,DELETE"]
Pet -- owner --> Owner["GET"]
Metadata
Metadata
Assignees
Labels
priority:p3Nice to have. Customer impact is very minimalNice to have. Customer impact is very minimaltype:featureNew experience requestNew experience request