chore: replace JSON requestBody block with query params

Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-11-12 12:03:57 +01:00
parent e3d831f504
commit de4ed29310
No known key found for this signature in database
4 changed files with 185 additions and 88 deletions

View file

@ -309,16 +309,16 @@ paths:
schema:
type: string
description: 'Path parameter: response_id'
requestBody:
content:
application/json:
schema:
anyOf:
- type: array
items:
type: string
- type: 'null'
title: Include
- name: include
in: query
required: false
schema:
anyOf:
- type: array
items:
type: string
- type: 'null'
title: Include
responses:
'200':
description: An ListOpenAIResponseInputItem.
@ -1819,14 +1819,14 @@ paths:
- type: string
- type: 'null'
title: Tool Group Id
requestBody:
content:
application/json:
schema:
anyOf:
- $ref: '#/components/schemas/URL'
- type: 'null'
title: Mcp Endpoint
- name: mcp_endpoint
in: query
required: false
schema:
anyOf:
- $ref: '#/components/schemas/URL'
- type: 'null'
title: Mcp Endpoint
responses:
'200':
description: A ListToolDefsResponse.
@ -2489,16 +2489,16 @@ paths:
schema:
type: string
description: 'Path parameter: conversation_id'
requestBody:
content:
application/json:
schema:
anyOf:
- type: array
items:
$ref: '#/components/schemas/ConversationItemInclude'
- type: 'null'
title: Include
- name: include
in: query
required: false
schema:
anyOf:
- type: array
items:
$ref: '#/components/schemas/ConversationItemInclude'
- type: 'null'
title: Include
responses:
'200':
description: List of conversation items.