From 2b3122e85777d1edae5710e5908fa72a9fc9ad59 Mon Sep 17 00:00:00 2001 From: Blaine Kasten Date: Mon, 2 Feb 2026 14:58:29 -0600 Subject: [PATCH] chore: fix rl parameter schema --- openapi.yaml | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 7f6693b..dd3a1d7 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -7084,7 +7084,8 @@ paths: description: ID of the training session in: path required: true - type: string + schema: + type: string /rl/training-sessions/{session_id}/operations/forward-backward/{operation_id}: get: summary: Get forward-backward operation @@ -7105,12 +7106,14 @@ paths: description: Training session ID in: path required: true - type: string + schema: + type: string - name: operation_id description: Operation ID in: path required: true - type: string + schema: + type: string /rl/training-sessions/{session_id}/operations/optim-step/{operation_id}: get: summary: Get optim-step operation @@ -7131,12 +7134,14 @@ paths: description: Training session ID in: path required: true - type: string + schema: + type: string - name: operation_id description: Operation ID in: path required: true - type: string + schema: + type: string /rl/training-sessions/{session_id}:forward-backward: post: summary: Forward-backward pass @@ -7157,7 +7162,8 @@ paths: description: Training session ID in: path required: true - type: string + schema: + type: string - name: body in: body required: true @@ -7183,7 +7189,8 @@ paths: description: Training session ID in: path required: true - type: string + schema: + type: string - name: body in: body required: true @@ -7209,7 +7216,8 @@ paths: description: ID of the training session in: path required: true - type: string + schema: + type: string components: securitySchemes: