@@ -68,7 +68,7 @@ def update(
68
68
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
69
69
) -> Optional [SecretUpdateResponse ]:
70
70
"""
71
- Put secrets to a script uploaded to a Workers for Platforms namespace.
71
+ Add a secret to a script uploaded to a Workers for Platforms namespace.
72
72
73
73
Args:
74
74
account_id: Identifier
@@ -132,7 +132,7 @@ def list(
132
132
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
133
133
) -> SyncSinglePage [SecretListResponse ]:
134
134
"""
135
- List secrets from a script uploaded to a Workers for Platforms namespace.
135
+ List secrets bound to a script uploaded to a Workers for Platforms namespace.
136
136
137
137
Args:
138
138
account_id: Identifier
@@ -179,7 +179,8 @@ def get(
179
179
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
180
180
) -> Optional [SecretGetResponse ]:
181
181
"""
182
- Get secret from a script uploaded to a Workers for Platforms namespace.
182
+ Get a given secret binding (value omitted) on a script uploaded to a Workers for
183
+ Platforms namespace.
183
184
184
185
Args:
185
186
account_id: Identifier
@@ -256,7 +257,7 @@ async def update(
256
257
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
257
258
) -> Optional [SecretUpdateResponse ]:
258
259
"""
259
- Put secrets to a script uploaded to a Workers for Platforms namespace.
260
+ Add a secret to a script uploaded to a Workers for Platforms namespace.
260
261
261
262
Args:
262
263
account_id: Identifier
@@ -320,7 +321,7 @@ def list(
320
321
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
321
322
) -> AsyncPaginator [SecretListResponse , AsyncSinglePage [SecretListResponse ]]:
322
323
"""
323
- List secrets from a script uploaded to a Workers for Platforms namespace.
324
+ List secrets bound to a script uploaded to a Workers for Platforms namespace.
324
325
325
326
Args:
326
327
account_id: Identifier
@@ -367,7 +368,8 @@ async def get(
367
368
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
368
369
) -> Optional [SecretGetResponse ]:
369
370
"""
370
- Get secret from a script uploaded to a Workers for Platforms namespace.
371
+ Get a given secret binding (value omitted) on a script uploaded to a Workers for
372
+ Platforms namespace.
371
373
372
374
Args:
373
375
account_id: Identifier
0 commit comments