Skip to content

Commit 46beb03

Browse files
committed
ISSUE-345: remove from list
1 parent a1c72ff commit 46beb03

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

src/Controller/SubscriptionController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ public function createSubscription(
280280
)
281281
]
282282
)]
283-
public function deleteSubscriber(
283+
public function deleteSubscriptions(
284284
Request $request,
285285
#[MapEntity(mapping: ['listId' => 'id'])] SubscriberList $list,
286286
): JsonResponse {

src/OpenApi/SwaggerSchemasEntity.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
1818
format: 'date-time',
1919
example: '2022-12-01T10:00:00Z'
2020
),
21-
new OA\Property(
22-
property: 'subscription_date',
23-
type: 'string',
24-
format: 'date-time',
25-
example: '2022-12-01T10:00:00Z'
26-
),
2721
new OA\Property(property: 'public', type: 'boolean', example: true),
2822
],
2923
type: 'object'

0 commit comments

Comments
 (0)