Skip to content

Commit abef7b1

Browse files
authored
Merge pull request #32 from CompanyCam/add-restricted-role-to-Create-User
Added restricted role option for create user and description
2 parents 4d1363c + 6453b29 commit abef7b1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,9 @@ paths:
214214
type: string
215215
password:
216216
type: string
217+
user_role:
218+
type: string
219+
description: "Role for the user. Allowed values: standard (default), restricted"
217220
responses:
218221
"201":
219222
description: "The created user"

0 commit comments

Comments
 (0)