From 3414392609794ed38dfa0c15db284de33e7ad1f1 Mon Sep 17 00:00:00 2001 From: Vignesh-Kalyanasundaram Date: Fri, 11 Oct 2024 17:06:48 +0530 Subject: [PATCH] EDGPATRON-151 Adding new api contract for Post and get api of LC User registration --- ramls/edge-patron.raml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ramls/edge-patron.raml b/ramls/edge-patron.raml index 54f9f7d..592dd19 100644 --- a/ramls/edge-patron.raml +++ b/ramls/edge-patron.raml @@ -18,8 +18,8 @@ types: money: !include money.json item: !include item.json external_patron: !include external_patron.json - staging_user: !!include staging_user.json - user: !!include userdata.json + staging_user: !include staging_user.json + user: !include userdata.json external_patron_collection: !include external_patron_collection.json allowedServicePoints: !include allowed-service-points-response.json hold-cancellation: !include hold-cancellation.json @@ -44,7 +44,7 @@ types: type: string body: application/json: - type: staging-user + type: staging_user example: !include examples/staging_user.json responses: 200: @@ -52,14 +52,14 @@ types: staging user updated successfully body: application/json: - type: staging-user + type: staging_user example: !include examples/staging_user.json 201: description: | staging user created successfully body: application/json: - type: staging-user + type: staging_user example: !include examples/staging_user.json 400: description: Bad request