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", "object",
"status", "status",
"twoFactorEnabled", "twoFactorEnabled",
"type" "type",
"userId"
], ],
"type": "object", "type": "object",
"properties": { "properties": {
@@ -1833,10 +1834,16 @@
}, },
"id": { "id": {
"type": "string", "type": "string",
"description": "The member's unique identifier.", "description": "The member's unique identifier within the organization.",
"format": "uuid", "format": "uuid",
"example": "539a36c5-e0d2-4cf9-979e-51ecf5cf6593" "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": { "name": {
"type": "string", "type": "string",
"description": "The member's name, set from their user account profile.", "description": "The member's name, set from their user account profile.",