Skip to content

Commit

Permalink
EDGPATRON-151 Adding new api contract for Post and get api of LC User…
Browse files Browse the repository at this point in the history
… registration
  • Loading branch information
Vignesh-kalyanasundaram committed Oct 11, 2024
1 parent 960ac8d commit 3414392
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ramls/edge-patron.raml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -44,22 +44,22 @@ types:
type: string
body:
application/json:
type: staging-user
type: staging_user
example: !include examples/staging_user.json
responses:
200:
description: |
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
Expand Down

0 comments on commit 3414392

Please sign in to comment.