From 2427e0a48a3a1d9853b9e3eacedda4a933bcbe08 Mon Sep 17 00:00:00 2001 From: Patrick Roe <patrick.roe@wisc.edu> Date: Mon, 16 Oct 2023 10:26:43 -0500 Subject: [PATCH] Update putfdmvalidate.json --- putfdmvalidate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/putfdmvalidate.json b/putfdmvalidate.json index 7e8664f..d7d9821 100644 --- a/putfdmvalidate.json +++ b/putfdmvalidate.json @@ -18,8 +18,8 @@ "summary" : null, "description" : null, "operationId" : "putfdmvalidate", - "produces" : [ "application/json" ], - "consumes" : [ "application/json" ], + "produces" : [ "application/vnd.api+json" ], + "consumes" : [ "application/vnd.api+json" ], "parameters" : [ { "name" : "body", "in" : "body", -- GitLab