Retrieve details of a specific Conversation Flow
Path parameters
Unique id of the conversation flow to be retrieved.
Query parameters
Optional version of the conversation flow to retrieve. Default to latest version.
Response
Successfully retrieved the conversation flow
Example response
{
"model_temperature": 0.7,
"tool_call_strict_mode": true,
"knowledge_base_ids": [
"kb_001",
"kb_002"
],
"kb_config": {
"top_k": 3,
"filter_score": 0.6
},
"start_speaker": "agent",
"begin_after_user_silence_ms": 2000,
"global_prompt": "You are a helpful customer service agent.",
"tools": [
{
"type": "custom",
"name": "get_customer_info",
"description": "Get customer information from database",
"tool_id": "tool_001",
"url": "https://api.example.com/customer",
"method": "GET"
}
],
"components": [
{
"name": "Customer Information Collector",
"tools": [
{
"type": "custom",
"name": "get_customer_info",
"description": "Get customer information from database",
"tool_id": "tool_001",
"url": "https://api.example.com/customer",
"method": "GET"
}
],
"mcps": [
{
"headers": {
"Authorization": "Bearer 1234567890"
},
"query_params": {
"index": "1",
"key": "value"
}
}
],
"nodes": [
{
"id": "collect_info",
"type": "conversation",
"instruction": {
"type": "prompt",
"text": "Ask the customer for their name and contact information."
}
}
],
"start_node_id": "collect_info",
"begin_tag_display_position": {
"x": 100,
"y": 200
},
"notes": [
{
"id": "note_abc123",
"content": "Remember to handle edge cases here.",
"display_position": {
"x": 300,
"y": 150
},
"size": {
"width": 200,
"height": 100
}
}
]
}
],
"start_node_id": "start",
"default_dynamic_variables": {
"company_name": "Retell Inc",
"support_hours": "9 AM - 5 PM"
},
"begin_tag_display_position": {
"x": 100,
"y": 200
},
"notes": [
{
"id": "note_abc123",
"content": "Remember to handle edge cases here.",
"display_position": {
"x": 300,
"y": 150
},
"size": {
"width": 200,
"height": 100
}
}
],
"mcps": [
{
"headers": {
"Authorization": "Bearer 1234567890"
},
"query_params": {
"index": "1",
"key": "value"
}
}
],
"nodes": [
{
"id": "start",
"type": "conversation",
"instruction": {
"type": "prompt",
"text": "Greet the customer and ask how you can help them."
},
"edges": [
{
"id": "edge_1",
"transition_condition": {
"type": "prompt",
"prompt": "Customer wants to book appointment"
},
"destination_node_id": "book_appointment"
}
]
}
]
}Changes
Changed in 14 of the 28 revisions of this API.76220245
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
the
///////////////////response's property pattern was changed from^(latest|(?!(?:v\d+)$)[a-z][a-z0-9_-]{0,19})$to^(latest|latest_published|(?!(?:latest|latest_published|v\d+)$)[a-z][a-z0-9_-]{0,19})$for the statusresponse-property-pattern-changed
- ○
the
/////////////////////////response's property pattern was changed from^(latest|(?!(?:v\d+)$)[a-z][a-z0-9_-]{0,19})$to^(latest|latest_published|(?!(?:latest|latest_published|v\d+)$)[a-z][a-z0-9_-]{0,19})$for the statusresponse-property-pattern-changed
- ○
the
/////////////////////////////response's property pattern was changed from^(latest|(?!(?:v\d+)$)[a-z][a-z0-9_-]{0,19})$to^(latest|latest_published|(?!(?:latest|latest_published|v\d+)$)[a-z][a-z0-9_-]{0,19})$for the statusresponse-property-pattern-changed
- ○
the
///////////////////////response's property pattern was changed from^(latest|(?!(?:v\d+)$)[a-z][a-z0-9_-]{0,19})$to^(latest|latest_published|(?!(?:latest|latest_published|v\d+)$)[a-z][a-z0-9_-]{0,19})$for the statusresponse-property-pattern-changed
- ○
the
/////////////response's property pattern was changed from^(latest|(?!(?:v\d+)$)[a-z][a-z0-9_-]{0,19})$to^(latest|latest_published|(?!(?:latest|latest_published|v\d+)$)[a-z][a-z0-9_-]{0,19})$for the statusresponse-property-pattern-changed
- ○
the
///////////////////response's property pattern was changed from^(latest|(?!(?:v\d+)$)[a-z][a-z0-9_-]{0,19})$to^(latest|latest_published|(?!(?:latest|latest_published|v\d+)$)[a-z][a-z0-9_-]{0,19})$for the statusresponse-property-pattern-changed
- ○
the
///////////////////////response's property pattern was changed from^(latest|(?!(?:v\d+)$)[a-z][a-z0-9_-]{0,19})$to^(latest|latest_published|(?!(?:latest|latest_published|v\d+)$)[a-z][a-z0-9_-]{0,19})$for the statusresponse-property-pattern-changed
- ○
the
/////////////////response's property pattern was changed from^(latest|(?!(?:v\d+)$)[a-z][a-z0-9_-]{0,19})$to^(latest|latest_published|(?!(?:latest|latest_published|v\d+)$)[a-z][a-z0-9_-]{0,19})$for the statusresponse-property-pattern-changed
- ○
- ○
added the optional property
///////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ○
- ▲
response property
allOf[ConversationFlow]/allOf[subschema #2]/components/items/allOf[ConversationFlowComponent]/nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/tools/items/oneOf[TransferCallTool]/transfer_option/oneOf[subschema #3: Agentic Warm Transfer]/agentic_transfer_config/transfer_agent/agent_versionlist-of-types was widened by adding typesinteger and stringto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
allOf[ConversationFlow]/allOf[subschema #2]/components/items/allOf[ConversationFlowComponent]/nodes/items/oneOf[TransferCallNode]/allOf[subschema #2]/transfer_option/oneOf[subschema #3: Agentic Warm Transfer]/agentic_transfer_config/transfer_agent/agent_versionlist-of-types was widened by adding typesinteger and stringto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
allOf[ConversationFlow]/allOf[subschema #2]/nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/tools/items/oneOf[TransferCallTool]/transfer_option/oneOf[subschema #3: Agentic Warm Transfer]/agentic_transfer_config/transfer_agent/agent_versionlist-of-types was widened by adding typesinteger and stringto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
allOf[ConversationFlow]/allOf[subschema #2]/nodes/items/oneOf[TransferCallNode]/allOf[subschema #2]/transfer_option/oneOf[subschema #3: Agentic Warm Transfer]/agentic_transfer_config/transfer_agent/agent_versionlist-of-types was widened by adding typesinteger and stringto media typeapplication/jsonof response200response-property-list-of-types-widened
- ○
the
///////////////////response's property pattern was changed from^[a-z0-9_-]+$to^(latest|(?!(?:v\d+)$)[a-z][a-z0-9_-]{0,19})$for the statusresponse-property-pattern-changed
- ○
the
/////////////////////////response's property pattern was changed from^[a-z0-9_-]+$to^(latest|(?!(?:v\d+)$)[a-z][a-z0-9_-]{0,19})$for the statusresponse-property-pattern-changed
- ○
the
/////////////response's property pattern was changed from^[a-z0-9_-]+$to^(latest|(?!(?:v\d+)$)[a-z][a-z0-9_-]{0,19})$for the statusresponse-property-pattern-changed
- ○
the
///////////////////response's property pattern was changed from^[a-z0-9_-]+$to^(latest|(?!(?:v\d+)$)[a-z][a-z0-9_-]{0,19})$for the statusresponse-property-pattern-changed
- ▲
- ▲
response property
allOf[ConversationFlow]/allOf[subschema #2]/components/items/allOf[ConversationFlowComponent]/nodes/items/oneOf[AgentSwapNode]/allOf[subschema #2]/agent_versionlist-of-types was widened by adding typesinteger and stringto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
allOf[ConversationFlow]/allOf[subschema #2]/components/items/allOf[ConversationFlowComponent]/nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/tools/items/oneOf[AgentSwapTool]/agent_versionlist-of-types was widened by adding typesinteger and stringto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
allOf[ConversationFlow]/allOf[subschema #2]/nodes/items/oneOf[AgentSwapNode]/allOf[subschema #2]/agent_versionlist-of-types was widened by adding typesinteger and stringto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
allOf[ConversationFlow]/allOf[subschema #2]/nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/tools/items/oneOf[AgentSwapTool]/agent_versionlist-of-types was widened by adding typesinteger and stringto media typeapplication/jsonof response200response-property-list-of-types-widened
- ○
added the optional property
/////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
///////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
///////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////to the response with the statusresponse-optional-property-added
- ○
removed the
gemini-2.5-flashenum value from the/////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the///////////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the///////////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the///////////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the///////////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the///////////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the///////////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the///////////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the///////////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the///////////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the///////////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the///////////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the///////////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the///////////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the///////////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the/////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the/////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the/////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the/////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the/////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the/////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the/////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the/////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the/////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the/////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the/////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the/////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the/////////////////////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from the/////////////////////response property for the response statusresponse-property-enum-value-removed
- ▲
- ▲
the
//////////////////response property's maxLength was increased from5000to20000for the response statusresponse-property-max-length-increased
- ▲
the
////////////////////////response property's maxLength was increased from5000to20000for the response statusresponse-property-max-length-increased
- ▲
the
////////////response property's maxLength was increased from5000to20000for the response statusresponse-property-max-length-increased
- ▲
the
//////////////////response property's maxLength was increased from5000to20000for the response statusresponse-property-max-length-increased
- ●
added the new
gpt-5.5enum value to the/////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.5enum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ▲
- ▲
added to the
//////////////////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
added to the
////////////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
added to the
////////////////////////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
added to the
//////////////////response propertyoneOflist for the response statusresponse-property-one-of-added
- ●
added the new
gemini-3.1-flash-liteenum value to the/////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////to the response with the statusresponse-optional-property-added
- ○
removed from the
//////////////////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ○
removed from the
////////////response propertyoneOflist for the response statusresponse-property-one-of-removed
- ▲
- ▲
added to the
////////////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
added to the
//////response propertyoneOflist for the response statusresponse-property-one-of-added
- ●
removed the optional property
//////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
//////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
////////////from the response with the statusresponse-optional-property-removed
- ○
added the optional property
////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
///////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ▲
- ●
added the new
gpt-5.4-minienum value to the/////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the/////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the///////////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to the/////////////////////response property for the response statusresponse-property-enum-value-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ●
- ▲
added to the
////////////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
added to the
//////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
added to the
///////////////////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
added to the
/////////////response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
the
////////////////////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
the
////////////////////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
the
////////////////////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
the
////////////////////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
the
////////////////////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
the
////////////////////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
the
////////////////////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
the
////////////////////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
the
////////////////////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
the
////////////////////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
the
////////////////////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
the
////////////////////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
the
//////////////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
the
//////////////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
the
//////////////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
the
//////////////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
the
//////////////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
the
//////////////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
the
//////////////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
the
//////////////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
the
//////////////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
the
//////////////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
the
//////////////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
the
//////////////response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ▲
removed the required property
/////////////////////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////////////////////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////////////////////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////////////////////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////////////////////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////////////////////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////////////////////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////////////////////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////////////////////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////////////////////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////////////////////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////////////////////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///////////////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///////////////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///////////////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///////////////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///////////////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///////////////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///////////////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///////////////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///////////////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///////////////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///////////////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///////////////from the response with the statusresponse-required-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
//////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
//////////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
//////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
//////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
//////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
//////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
////////////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
///////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
////////////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
//////////////from the response with the statusresponse-optional-property-removed
- ●
added the new
gpt-5.4enum value to the/////////////response property for the response statusresponse-property-enum-value-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added to the
////////////////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added to the
//////////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added
subschema #2to the////////////////////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added
subschema #2to the////////////////////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added
subschema #2to the////////////////////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added
subschema #2to the////////////////////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added
subschema #2to the////////////////////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added
subschema #2to the////////////////////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added
subschema #2to the////////////////////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added
subschema #2to the////////////////////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added
subschema #2to the////////////////////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added
subschema #2to the////////////////////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added
subschema #2to the////////////////////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added
subschema #2to the////////////////////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added
subschema #2to the//////////////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added
subschema #2to the//////////////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added
subschema #2to the//////////////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added
subschema #2to the//////////////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added
subschema #2to the//////////////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added
subschema #2to the//////////////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added
subschema #2to the//////////////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added
subschema #2to the//////////////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added
subschema #2to the//////////////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added
subschema #2to the//////////////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added
subschema #2to the//////////////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
added
subschema #2to the//////////////response propertyallOflist for the response statusresponse-property-all-of-added
- ○
removed from the
////////////////response propertyallOflist for the response statusresponse-property-all-of-removed
- ○
removed from the
////////////////response propertyallOflist for the response statusresponse-property-all-of-removed
- ○
removed from the
//////////response propertyallOflist for the response statusresponse-property-all-of-removed
- ○
removed from the
//////////response propertyallOflist for the response statusresponse-property-all-of-removed
- ○
removed from the
////////////////response propertyallOflist for the response statusresponse-property-all-of-removed
- ○
removed from the
//////////response propertyallOflist for the response statusresponse-property-all-of-removed
- ▲
- ●
added the new
claude-4.6-sonnetenum value to the/////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
claude-4.6-sonnetenum value to the///////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
claude-4.6-sonnetenum value to the///////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
claude-4.6-sonnetenum value to the///////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
claude-4.6-sonnetenum value to the///////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
claude-4.6-sonnetenum value to the///////////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
claude-4.6-sonnetenum value to the/////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
claude-4.6-sonnetenum value to the/////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
claude-4.6-sonnetenum value to the/////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
claude-4.6-sonnetenum value to the/////////////////response property for the response statusresponse-property-enum-value-added
- ●
added the new
claude-4.6-sonnetenum value to the/////////////////response property for the response statusresponse-property-enum-value-added
- ○
added the optional property
//////////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
////////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////////to the response with the statusresponse-optional-property-added
- ●