Skip to content

Commit fafea56

Browse files
Update put role request
1 parent 6a999dc commit fafea56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/security/put_role/SecurityPutRoleRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import { Metadata, Name, Refresh } from '@_types/common'
3838
export interface Request extends RequestBase {
3939
path_parts: {
4040
/**
41-
* The name of the role.
41+
* The name of the role that is being created or updated. The role name must begin with a letter or digit and can only contain letters, digits and the characters '_', '-', and '.'. Each role must have a unique name, as this will serve as the identifier for that role.
4242
*/
4343
name: Name
4444
}

0 commit comments

Comments
 (0)