We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 892b485 commit 8730af5Copy full SHA for 8730af5
2 files changed
src/openapi/types/elements-user-create.ts
@@ -52,7 +52,7 @@ export interface ElementsUserCreate {
52
attributes?: object;
53
/**
54
* List of roles to assign to the user in the environment.
55
- * @type {any}
+ * @type {UserRoleCreate[]}
56
* @memberof ElementsUserCreate
57
*/
58
role_assignments?: UserRoleCreate[];
src/openapi/types/user-create.ts
@@ -52,7 +52,7 @@ export interface UserCreate {
* @memberof UserCreate
0 commit comments