From f8278561d4e6e222ce82bd9d53a9ca30ffaf8445 Mon Sep 17 00:00:00 2001 From: Vignesh-Kalyanasundaram Date: Tue, 15 Oct 2024 14:13:29 +0530 Subject: [PATCH] EDGPATRON-151 Modifying api contract for Post api of LC User registration --- ramls/staging_user.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ramls/staging_user.json b/ramls/staging_user.json index a9d8edb..876d49c 100644 --- a/ramls/staging_user.json +++ b/ramls/staging_user.json @@ -9,7 +9,7 @@ "type": "boolean" }, "status": { - "description": "Represents the patron's tier status, which can be either TIER-1 or TIER-2. If this value is not provided when creating a new record, the default status will be set to TIER-1.", + "description": "Represents the patron's tier status, which can be either TIER-1 or TIER-2. If this value is not provided when creating a new record, the default status will be set to TIER-1. However, for Kiosk user registrations, this value should be sent true.", "type": "string", "enum": ["TIER-1", "TIER-2"] },