From 2262a0be0e48471529e1beed6d2f63cbcdac38c7 Mon Sep 17 00:00:00 2001 From: Elliot Huffman Date: Mon, 21 Apr 2025 16:25:10 -0400 Subject: [PATCH] Fix Data Type This was the wrong type being returned by the API. The spec is now corrected. Signed-off-by: Elliot Huffman --- specs/SHIELD.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/SHIELD.json b/specs/SHIELD.json index b0f77b0..3ee8212 100644 --- a/specs/SHIELD.json +++ b/specs/SHIELD.json @@ -1123,7 +1123,7 @@ "responses": { "200": { "content": { - "application/json": { + "text/plain": { "schema": { "description": "Access token that SHIELD uses to prove it is a valid recipient of credentials.", "type": "string",