From df326de619d77f7e5ab193b617a151ef4689dfe1 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Tue, 28 Feb 2023 15:33:54 +0000 Subject: [PATCH] feat: update generated APIs --- scaleway-async/scaleway_async/cockpit/v1beta1/api.py | 4 ++-- scaleway/scaleway/cockpit/v1beta1/api.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scaleway-async/scaleway_async/cockpit/v1beta1/api.py b/scaleway-async/scaleway_async/cockpit/v1beta1/api.py index 9d2dbddbd..85f779f7b 100644 --- a/scaleway-async/scaleway_async/cockpit/v1beta1/api.py +++ b/scaleway-async/scaleway_async/cockpit/v1beta1/api.py @@ -187,7 +187,7 @@ async def reset_cockpit_grafana( project_id: Optional[str] = None, ) -> Cockpit: """ - Reset the Grafana your cockpit associated with the given project ID. + Reset the Grafana of your cockpit associated with the given project ID. :param project_id: :return: :class:`Cockpit ` @@ -219,7 +219,7 @@ async def create_token( scopes: Optional[TokenScopes] = None, ) -> Token: """ - Create token associated with the given project ID. + Create a token associated with the given project ID. :param project_id: :param name: :param scopes: diff --git a/scaleway/scaleway/cockpit/v1beta1/api.py b/scaleway/scaleway/cockpit/v1beta1/api.py index b2f80ec9b..9cfaa5390 100644 --- a/scaleway/scaleway/cockpit/v1beta1/api.py +++ b/scaleway/scaleway/cockpit/v1beta1/api.py @@ -187,7 +187,7 @@ def reset_cockpit_grafana( project_id: Optional[str] = None, ) -> Cockpit: """ - Reset the Grafana your cockpit associated with the given project ID. + Reset the Grafana of your cockpit associated with the given project ID. :param project_id: :return: :class:`Cockpit ` @@ -219,7 +219,7 @@ def create_token( scopes: Optional[TokenScopes] = None, ) -> Token: """ - Create token associated with the given project ID. + Create a token associated with the given project ID. :param project_id: :param name: :param scopes: