File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
new Put (security: "is_granted('ROLE_ADMIN') " ),
43
43
new GetCollection (security: "is_granted('ROLE_ADMIN') " ),
44
44
new GetCollection (
45
- uriTemplate: '/user /{id}/session_subscriptions/past.{_format} ' ,
45
+ uriTemplate: '/users /{id}/session_subscriptions/past.{_format} ' ,
46
46
uriVariables: [
47
47
'id ' => new Link (
48
48
fromClass: User::class,
58
58
provider: UserSessionSubscriptionsStateProvider::class,
59
59
),
60
60
new GetCollection (
61
- uriTemplate: '/user /{id}/session_subscriptions/current.{_format} ' ,
61
+ uriTemplate: '/users /{id}/session_subscriptions/current.{_format} ' ,
62
62
uriVariables: [
63
63
'id ' => new Link (
64
64
fromClass: User::class,
74
74
provider: UserSessionSubscriptionsStateProvider::class,
75
75
),
76
76
new GetCollection (
77
- uriTemplate: '/user /{id}/session_subscriptions/upcoming.{_format} ' ,
77
+ uriTemplate: '/users /{id}/session_subscriptions/upcoming.{_format} ' ,
78
78
uriVariables: [
79
79
'id ' => new Link (
80
80
fromClass: User::class,
You can’t perform that action at this time.
0 commit comments