From 56f23c88f18332e13824862691c6c9d7daa83a66 Mon Sep 17 00:00:00 2001 From: Taiwo-AB <63714619+Taiwo-AB@users.noreply.github.com> Date: Mon, 23 Aug 2021 15:45:55 +0100 Subject: [PATCH] Added test only flag for Create Marriage Allowance endpoint (#71) --- .../public/api/conf/1.0/endpoints/marriageAllowance/create.raml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/public/api/conf/1.0/endpoints/marriageAllowance/create.raml b/resources/public/api/conf/1.0/endpoints/marriageAllowance/create.raml index 30714b1..a5cff9d 100644 --- a/resources/public/api/conf/1.0/endpoints/marriageAllowance/create.raml +++ b/resources/public/api/conf/1.0/endpoints/marriageAllowance/create.raml @@ -13,7 +13,7 @@ is: - errors.incorrectOrEmptyBody - errors.ruleInvalidRequest -displayName: Create Marriage Allowance +displayName: Create Marriage Allowance [test only] description: "This endpoint allows the customer to transfer up to £1,260 of their personal allowance to their spouse or civil partner. A National Insurance Number must be provided." (annotations.sandboxData): !include ../../scenarios/createMarriageAllowance.md (annotations.scope): "write:self-assessment"