Skip to content

Commit

Permalink
EDGPATRON-151 Modifying api contract for Post api of LC User registra…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
Vignesh-kalyanasundaram committed Oct 15, 2024
1 parent f827856 commit 97925c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ramls/staging_user.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"type": "object",
"properties": {
"isEmailVerified": {
"description": "A boolean flag that indicates whether the patron has completed email verification. If this value is not provided when creating a new record, it will default to false.",
"description": "A boolean flag that indicates whether the patron has completed email verification. If this value is not provided when creating a new record, it will default to false. However, for Kiosk user registrations, this value should be sent true.",
"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. However, for Kiosk user registrations, this value should be sent true.",
"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.",
"type": "string",
"enum": ["TIER-1", "TIER-2"]
},
Expand Down

0 comments on commit 97925c0

Please sign in to comment.