File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
scaleway-async/scaleway_async/cockpit/v1beta1
scaleway/scaleway/cockpit/v1beta1 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ async def reset_cockpit_grafana(
187187 project_id : Optional [str ] = None ,
188188 ) -> Cockpit :
189189 """
190- Reset the Grafana your cockpit associated with the given project ID.
190+ Reset the Grafana of your cockpit associated with the given project ID.
191191 :param project_id:
192192 :return: :class:`Cockpit <Cockpit>`
193193
@@ -219,7 +219,7 @@ async def create_token(
219219 scopes : Optional [TokenScopes ] = None ,
220220 ) -> Token :
221221 """
222- Create token associated with the given project ID.
222+ Create a token associated with the given project ID.
223223 :param project_id:
224224 :param name:
225225 :param scopes:
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ def reset_cockpit_grafana(
187187 project_id : Optional [str ] = None ,
188188 ) -> Cockpit :
189189 """
190- Reset the Grafana your cockpit associated with the given project ID.
190+ Reset the Grafana of your cockpit associated with the given project ID.
191191 :param project_id:
192192 :return: :class:`Cockpit <Cockpit>`
193193
@@ -219,7 +219,7 @@ def create_token(
219219 scopes : Optional [TokenScopes ] = None ,
220220 ) -> Token :
221221 """
222- Create token associated with the given project ID.
222+ Create a token associated with the given project ID.
223223 :param project_id:
224224 :param name:
225225 :param scopes:
You can’t perform that action at this time.
0 commit comments