From 0a6e41e93b6315fb3064d02992e2c47d32be1cb2 Mon Sep 17 00:00:00 2001 From: Pavlos Vinieratos Date: Wed, 17 Apr 2024 14:03:03 +0300 Subject: [PATCH] Update api_v2.md --- customization/api_v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customization/api_v2.md b/customization/api_v2.md index 8ea146a..d0bb0c1 100644 --- a/customization/api_v2.md +++ b/customization/api_v2.md @@ -13,7 +13,7 @@ description: >- ### Customizing JSON response -Spree uses J[SON API serializers](https://github.com/jsonapi-serializer/jsonapi-serializer) to represent data returned by API endpoints. +Spree uses [JSON API serializers](https://github.com/jsonapi-serializer/jsonapi-serializer) to represent data returned by API endpoints. You can easily swap OOTB Spree serializers with your own thanks to [Spree Dependencies](dependencies.md).