Skip to content

Commit c25af2c

Browse files
[Serverless] Update role name description (#2888)
This commit updates the role name parameter description to point out the restrictions we have in Serverless.
1 parent 81bfb32 commit c25af2c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema-serverless.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/security/put_role/SecurityPutRoleRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import { Metadata, Name, Refresh } from '@_types/common'
3939
export interface Request extends RequestBase {
4040
path_parts: {
4141
/**
42-
* The name of the role.
42+
* The name of the role that is being created or updated. On Elasticsearch Serverless, 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.
4343
*/
4444
name: Name
4545
}

0 commit comments

Comments
 (0)