1
0
mirror of https://github.com/bitwarden/docs synced 2025-12-06 01:33:19 +00:00

update swagger

This commit is contained in:
Kyle Spearrin
2020-03-19 21:32:23 -04:00
parent 726b0ad996
commit 4957f71732

View File

@@ -1821,7 +1821,8 @@
"object",
"status",
"twoFactorEnabled",
"type"
"type",
"userId"
],
"type": "object",
"properties": {
@@ -1833,10 +1834,16 @@
},
"id": {
"type": "string",
"description": "The member's unique identifier.",
"description": "The member's unique identifier within the organization.",
"format": "uuid",
"example": "539a36c5-e0d2-4cf9-979e-51ecf5cf6593"
},
"userId": {
"type": "string",
"description": "The member's unique identifier across Bitwarden.",
"format": "uuid",
"example": "48b47ee1-493e-4c67-aef7-014996c40eca"
},
"name": {
"type": "string",
"description": "The member's name, set from their user account profile.",