mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
9 lines
8.4 KiB
Plaintext
9 lines
8.4 KiB
Plaintext
---
|
|
title: "UpdateWorkspaceResponse"
|
|
---
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
| `data` | [components.Workspace](../components/workspace.mdx) | :heavy_check_mark: | N/A | \{<br/>"created_at": "2025-08-24T10:30:00Z",<br/>"created_by": "user_abc123",<br/>"default_image_model": "openai/dall-e-3",<br/>"default_provider_sort": "price",<br/>"default_text_model": "openai/gpt-4o",<br/>"description": "Production environment workspace",<br/>"id": "550e8400-e29b-41d4-a716-446655440000",<br/>"io_logging_api_key_ids": null,<br/>"io_logging_sampling_rate": 1,<br/>"is_data_discount_logging_enabled": true,<br/>"is_observability_broadcast_enabled": false,<br/>"is_observability_io_logging_enabled": false,<br/>"name": "Production",<br/>"slug": "production",<br/>"updated_at": "2025-08-24T15:45:00Z"<br/>} | |