Skip to content

Commit 2262a0b

Browse files
Fix Data Type
This was the wrong type being returned by the API. The spec is now corrected. Signed-off-by: Elliot Huffman <elliot_huffman@shilab.com>
1 parent e58e789 commit 2262a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/SHIELD.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@
11231123
"responses": {
11241124
"200": {
11251125
"content": {
1126-
"application/json": {
1126+
"text/plain": {
11271127
"schema": {
11281128
"description": "Access token that SHIELD uses to prove it is a valid recipient of credentials.",
11291129
"type": "string",

0 commit comments

Comments
 (0)