mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-08-11 11:22:22 +08:00
chore: 🐝 Update SDK - Generate (spec change merged) 0.10.5 (#374)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
speakeasybot
speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
parent
7efd03fb3b
commit
66512fa808
@@ -1275,7 +1275,7 @@ class Guardrails(BaseSDK):
|
||||
) -> components.UpdateGuardrailResponse:
|
||||
r"""Update a guardrail
|
||||
|
||||
Update an existing guardrail. [Management key](/docs/guides/overview/auth/management-api-keys) required.
|
||||
Update an existing guardrail. Collection fields use replace semantics: send the full desired set on every update. [Management key](/docs/guides/overview/auth/management-api-keys) required.
|
||||
|
||||
:param id: The unique identifier of the guardrail to update
|
||||
:param http_referer: The app identifier should be your app's URL and is used as the primary identifier for rankings.
|
||||
@@ -1476,7 +1476,7 @@ class Guardrails(BaseSDK):
|
||||
) -> components.UpdateGuardrailResponse:
|
||||
r"""Update a guardrail
|
||||
|
||||
Update an existing guardrail. [Management key](/docs/guides/overview/auth/management-api-keys) required.
|
||||
Update an existing guardrail. Collection fields use replace semantics: send the full desired set on every update. [Management key](/docs/guides/overview/auth/management-api-keys) required.
|
||||
|
||||
:param id: The unique identifier of the guardrail to update
|
||||
:param http_referer: The app identifier should be your app's URL and is used as the primary identifier for rankings.
|
||||
@@ -1982,7 +1982,7 @@ class Guardrails(BaseSDK):
|
||||
) -> components.BulkAssignKeysResponse:
|
||||
r"""Bulk assign keys to a guardrail
|
||||
|
||||
Assign multiple API keys to a specific guardrail. [Management key](/docs/guides/overview/auth/management-api-keys) required.
|
||||
Assign multiple API keys to a specific guardrail. A key may hold at most one guardrail; assigning replaces any existing assignment. [Management key](/docs/guides/overview/auth/management-api-keys) required.
|
||||
|
||||
:param id: The unique identifier of the guardrail
|
||||
:param key_hashes: Array of API key hashes to assign to the guardrail
|
||||
@@ -2125,7 +2125,7 @@ class Guardrails(BaseSDK):
|
||||
) -> components.BulkAssignKeysResponse:
|
||||
r"""Bulk assign keys to a guardrail
|
||||
|
||||
Assign multiple API keys to a specific guardrail. [Management key](/docs/guides/overview/auth/management-api-keys) required.
|
||||
Assign multiple API keys to a specific guardrail. A key may hold at most one guardrail; assigning replaces any existing assignment. [Management key](/docs/guides/overview/auth/management-api-keys) required.
|
||||
|
||||
:param id: The unique identifier of the guardrail
|
||||
:param key_hashes: Array of API key hashes to assign to the guardrail
|
||||
|
||||
Reference in New Issue
Block a user