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 (#129)

* EDGPATRON-151 Modifying api contract for Post api of LC User registration
  • Loading branch information
Vignesh-kalyanasundaram authored Oct 14, 2024
1 parent 01f21ac commit d6364ba
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ramls/staging_user.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"isEmailVerified": {
"description": "A flag to determine if a patron is activated/email verification completed.",
"type": "boolean",
"example": true
"default": false
},
"status": {
"description": "Status of the patron, whether TIER-1 or TIER-2.",
"type": "string",
"enum": ["TIER-1", "TIER-2"],
"example": "TIER-1"
"default": "TIER-1"
},
"generalInfo": {
"type": "object",
Expand Down Expand Up @@ -100,5 +100,7 @@
"maxItems": 3,
"uniqueItems": true
}
}
},
"additionalProperties": false,
"required": ["generalInfo", "contactInfo"]
}

0 comments on commit d6364ba

Please sign in to comment.