|
484 | 484 | { "$ref": "#/components/parameters/ConversationIdPathParamJp" }, |
485 | 485 | { "$ref": "#/components/parameters/UserQueryParamJp" }, |
486 | 486 | { "$ref": "#/components/parameters/LastIdQueryParamJp" }, |
487 | | - { "$ref": "#/components/parameters/LimitQueryParamDefault20Max100Jp" }, |
488 | | - { "$ref": "#/components/parameters/VariableNameQueryParamJp" } |
| 487 | + { "$ref": "#/components/parameters/LimitQueryParamDefault20Max100Jp" } |
489 | 488 | ], |
490 | 489 | "responses": { |
491 | 490 | "200": { "description": "会話変数を正常に取得しました。", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ConversationVariablesResponseJp" } } } }, |
|
576 | 575 | "ConversationIdQueryParamJp": { "name": "conversation_id", "in": "query", "required": true, "description": "会話ID。", "schema": { "type": "string", "format": "uuid" } }, |
577 | 576 | "LastIdQueryParamJp": { "name": "last_id", "in": "query", "description": "(Optional)現在のページの最後の記録のID、デフォルトはnullです。", "schema": { "type": "string", "format": "uuid", "nullable": true } }, |
578 | 577 | "SortByQueryParamJp": { "name": "sort_by", "in": "query", "description": "(Optional)ソートフィールド、デフォルト:-updated_at(更新時間で降順にソート)。利用可能な値:created_at, -created_at, updated_at, -updated_at。'-'は逆順を表します。", "schema": { "type": "string", "enum": ["created_at", "-created_at", "updated_at", "-updated_at"], "default": "-updated_at" } }, |
579 | | - "ConversationIdPathParamJp": { "name": "conversation_id", "in": "path", "required": true, "description": "会話ID。", "schema": { "type": "string", "format": "uuid" } }, |
580 | | - "VariableNameQueryParamJp": { "name": "variable_name", "in": "query", "description": "(任意)変数名でフィルタリングします。", "schema": { "type": "string" } } |
| 578 | + "ConversationIdPathParamJp": { "name": "conversation_id", "in": "path", "required": true, "description": "会話ID。", "schema": { "type": "string", "format": "uuid" } } |
581 | 579 | }, |
582 | 580 | "responses": { |
583 | 581 | "BadRequestGenericJp": { "description": "リクエストパラメータエラー。考えられる原因:invalid_param, app_unavailable, provider_not_initialize, provider_quota_exceeded, model_currently_not_support, completion_request_error。", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ErrorResponseJp" } } } }, |
|
0 commit comments