diff --git a/DO_OPENAPI_COMMIT_SHA.txt b/DO_OPENAPI_COMMIT_SHA.txt index f8a6610..6fb3b18 100644 --- a/DO_OPENAPI_COMMIT_SHA.txt +++ b/DO_OPENAPI_COMMIT_SHA.txt @@ -1 +1 @@ -352faf3 +a4755ec diff --git a/src/pydo/aio/operations/_operations.py b/src/pydo/aio/operations/_operations.py index ce43891..e0c911e 100644 --- a/src/pydo/aio/operations/_operations.py +++ b/src/pydo/aio/operations/_operations.py @@ -71081,8 +71081,8 @@ async def list_clusters( "settings": { "acl": [ { - "id": "str", # An - identifier for the ACL. Required. + "id": "str", # + Optional. An identifier for the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' @@ -71361,8 +71361,8 @@ async def create_cluster( "settings": { "acl": [ { - "id": "str", # An identifier for the - ACL. Required. + "id": "str", # Optional. An + identifier for the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows for messages to be @@ -71521,8 +71521,8 @@ async def create_cluster( "settings": { "acl": [ { - "id": "str", # An identifier - for the ACL. Required. + "id": "str", # Optional. An + identifier for the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows @@ -71729,8 +71729,8 @@ async def create_cluster( "settings": { "acl": [ { - "id": "str", # An identifier - for the ACL. Required. + "id": "str", # Optional. An + identifier for the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows @@ -71935,8 +71935,8 @@ async def create_cluster(self, body: Union[JSON, IO], **kwargs: Any) -> JSON: "settings": { "acl": [ { - "id": "str", # An identifier - for the ACL. Required. + "id": "str", # Optional. An + identifier for the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows @@ -72215,8 +72215,8 @@ async def get_cluster(self, database_cluster_uuid: str, **kwargs: Any) -> JSON: "settings": { "acl": [ { - "id": "str", # An identifier - for the ACL. Required. + "id": "str", # Optional. An + identifier for the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows @@ -75516,8 +75516,8 @@ async def list_users(self, database_cluster_uuid: str, **kwargs: Any) -> JSON: "settings": { "acl": [ { - "id": "str", # An identifier for the - ACL. Required. + "id": "str", # Optional. An + identifier for the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows for messages to be @@ -75684,7 +75684,7 @@ async def add_user( "settings": { "acl": [ { - "id": "str", # An identifier for the ACL. Required. + "id": "str", # Optional. An identifier for the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows for messages to be published to the topic. @@ -75724,8 +75724,8 @@ async def add_user( "settings": { "acl": [ { - "id": "str", # An identifier for the ACL. - Required. + "id": "str", # Optional. An identifier for + the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows for messages to be published to @@ -75819,8 +75819,8 @@ async def add_user( "settings": { "acl": [ { - "id": "str", # An identifier for the ACL. - Required. + "id": "str", # Optional. An identifier for + the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows for messages to be published to @@ -75909,8 +75909,8 @@ async def add_user( "settings": { "acl": [ { - "id": "str", # An identifier for the ACL. - Required. + "id": "str", # Optional. An identifier for + the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows for messages to be published to @@ -76078,8 +76078,8 @@ async def get_user( "settings": { "acl": [ { - "id": "str", # An identifier for the ACL. - Required. + "id": "str", # Optional. An identifier for + the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows for messages to be published to @@ -76359,8 +76359,8 @@ async def reset_auth( "settings": { "acl": [ { - "id": "str", # An identifier for the ACL. - Required. + "id": "str", # Optional. An identifier for + the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows for messages to be published to @@ -76452,8 +76452,8 @@ async def reset_auth( "settings": { "acl": [ { - "id": "str", # An identifier for the ACL. - Required. + "id": "str", # Optional. An identifier for + the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows for messages to be published to @@ -76543,8 +76543,8 @@ async def reset_auth( "settings": { "acl": [ { - "id": "str", # An identifier for the ACL. - Required. + "id": "str", # Optional. An identifier for + the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows for messages to be published to diff --git a/src/pydo/operations/_operations.py b/src/pydo/operations/_operations.py index c6ae6da..ed337b6 100644 --- a/src/pydo/operations/_operations.py +++ b/src/pydo/operations/_operations.py @@ -77958,8 +77958,8 @@ def list_clusters(self, *, tag_name: Optional[str] = None, **kwargs: Any) -> JSO "settings": { "acl": [ { - "id": "str", # An - identifier for the ACL. Required. + "id": "str", # + Optional. An identifier for the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' @@ -78238,8 +78238,8 @@ def create_cluster( "settings": { "acl": [ { - "id": "str", # An identifier for the - ACL. Required. + "id": "str", # Optional. An + identifier for the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows for messages to be @@ -78398,8 +78398,8 @@ def create_cluster( "settings": { "acl": [ { - "id": "str", # An identifier - for the ACL. Required. + "id": "str", # Optional. An + identifier for the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows @@ -78606,8 +78606,8 @@ def create_cluster( "settings": { "acl": [ { - "id": "str", # An identifier - for the ACL. Required. + "id": "str", # Optional. An + identifier for the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows @@ -78812,8 +78812,8 @@ def create_cluster(self, body: Union[JSON, IO], **kwargs: Any) -> JSON: "settings": { "acl": [ { - "id": "str", # An identifier - for the ACL. Required. + "id": "str", # Optional. An + identifier for the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows @@ -79092,8 +79092,8 @@ def get_cluster(self, database_cluster_uuid: str, **kwargs: Any) -> JSON: "settings": { "acl": [ { - "id": "str", # An identifier - for the ACL. Required. + "id": "str", # Optional. An + identifier for the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows @@ -82389,8 +82389,8 @@ def list_users(self, database_cluster_uuid: str, **kwargs: Any) -> JSON: "settings": { "acl": [ { - "id": "str", # An identifier for the - ACL. Required. + "id": "str", # Optional. An + identifier for the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows for messages to be @@ -82557,7 +82557,7 @@ def add_user( "settings": { "acl": [ { - "id": "str", # An identifier for the ACL. Required. + "id": "str", # Optional. An identifier for the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows for messages to be published to the topic. @@ -82597,8 +82597,8 @@ def add_user( "settings": { "acl": [ { - "id": "str", # An identifier for the ACL. - Required. + "id": "str", # Optional. An identifier for + the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows for messages to be published to @@ -82692,8 +82692,8 @@ def add_user( "settings": { "acl": [ { - "id": "str", # An identifier for the ACL. - Required. + "id": "str", # Optional. An identifier for + the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows for messages to be published to @@ -82782,8 +82782,8 @@ def add_user( "settings": { "acl": [ { - "id": "str", # An identifier for the ACL. - Required. + "id": "str", # Optional. An identifier for + the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows for messages to be published to @@ -82951,8 +82951,8 @@ def get_user( "settings": { "acl": [ { - "id": "str", # An identifier for the ACL. - Required. + "id": "str", # Optional. An identifier for + the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows for messages to be published to @@ -83232,8 +83232,8 @@ def reset_auth( "settings": { "acl": [ { - "id": "str", # An identifier for the ACL. - Required. + "id": "str", # Optional. An identifier for + the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows for messages to be published to @@ -83325,8 +83325,8 @@ def reset_auth( "settings": { "acl": [ { - "id": "str", # An identifier for the ACL. - Required. + "id": "str", # Optional. An identifier for + the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows for messages to be published to @@ -83416,8 +83416,8 @@ def reset_auth( "settings": { "acl": [ { - "id": "str", # An identifier for the ACL. - Required. + "id": "str", # Optional. An identifier for + the ACL. "permission": "str", # Permission set applied to the ACL. 'consume' allows for messages to be consumed from the topic. 'produce' allows for messages to be published to