From 09351fb33d426c1536b77f28a3312bffbf3d4db5 Mon Sep 17 00:00:00 2001 From: csmig Date: Mon, 21 Oct 2024 19:14:33 -0400 Subject: [PATCH] application/jsonl in oas for post response body --- api/source/specification/stig-manager.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/source/specification/stig-manager.yaml b/api/source/specification/stig-manager.yaml index d456f683..cb950951 100644 --- a/api/source/specification/stig-manager.yaml +++ b/api/source/specification/stig-manager.yaml @@ -3022,9 +3022,9 @@ paths: '200': description: Import successful content: - application/json: + application/jsonl: schema: - type: object + type: string default: description: unexpected error content: