From fbf09fafda41363042b05c2b1adc8f5d64b452ea Mon Sep 17 00:00:00 2001 From: Blaine Kasten Date: Wed, 4 Feb 2026 16:20:11 -0600 Subject: [PATCH] Fix schema to be compatible with mintlify --- openapi.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index da4461e..e5c67eb 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -7233,12 +7233,6 @@ paths: description: Stops a training session. operationId: stopTrainingSession tags: [RL] - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/RL.StopTrainingSessionBody' - required: true responses: "200": description: Training session details @@ -7271,7 +7265,7 @@ components: schemas: RL.OptimStepBody: type: object - properties: [] + properties: {} RL.ForwardBackwardBody: type: object required: