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 ad79359 commit f827856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ramls/staging_user.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
},
Expand Down

0 comments on commit f827856

Please sign in to comment.