We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
uriVariables
Company
1 parent 6ca0aa4 commit 39eea31Copy full SHA for 39eea31
tests/Fixtures/TestBundle/Entity/Issue5736Aerendir/Company.php
@@ -35,13 +35,19 @@
35
),
36
new API\Get(
37
uriTemplate: self::API_RESOURCE,
38
+ uriVariables: [
39
+ self::API_ID_PLACEHOLDER => new API\Link(fromClass: self::class, identifiers: ['id']),
40
+ ],
41
42
new API\Post(
43
read: false,
44
uriTemplate: self::API_ENDPOINT,
45
46
new API\Put(
47
48
49
50
51
52
],
53
)]
0 commit comments