Closed nathan-t-lr closed 2 years ago
This change is breaking the tests: Test Suites: 2 failed, 11 passed, 13 total Tests: 16 failed, 169 passed, 185 total
`
v2/ResourceB |
id: int |
totalSize: int |
POST GET |
Sub |
id: int |
name: string |
POST GET |
This change is breaking the tests: Test Suites: 2 failed, 11 passed, 13 total Tests: 16 failed, 169 passed, 185 total
should be working now
When using all multiverbs besides
MULTIPOST
don't return anid
in the payload nested status objects. This is to fix that to make it synonymous withMULTIPOST
. Additionally, I feelsubresource
instances should receive the same background asresource
instances in the dotviz diagrams to differentiate them from the less significantstructure
instances.