From f78d02d8a00351fc584dbaba71392b144da4cfe4 Mon Sep 17 00:00:00 2001 From: Grzegorz Sadowski Date: Tue, 29 Oct 2024 07:23:48 +0100 Subject: [PATCH] Update docs/customization/api/adding_and_removing_endpoints.rst --- docs/customization/api/adding_and_removing_endpoints.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/customization/api/adding_and_removing_endpoints.rst b/docs/customization/api/adding_and_removing_endpoints.rst index 3003d489ff..27f523d8ef 100644 --- a/docs/customization/api/adding_and_removing_endpoints.rst +++ b/docs/customization/api/adding_and_removing_endpoints.rst @@ -32,6 +32,7 @@ Good to Know is not ``GET``. So if you need to add an endpoint to an API that needs to edit orders that are not in the state ``cart``, you will need to whitelist this endpoint. This can be done by adding your API route to the ``sylius.api.doctrine_extension.order_shop_user_item.filter_cart.allowed_non_get_operations`` parameter. + How to remove an endpoint? --------------------------