From 8c4814baa924d5496c27877875c98a0aa8a5b9b6 Mon Sep 17 00:00:00 2001
From: Jonas Groeger <jonas.groeger@codecentric.de>
Date: Tue, 18 May 2021 13:23:19 +0200
Subject: [PATCH] review: must be json not jose

---
 spec/endpoints/applications/uuid.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/endpoints/applications/uuid.yml b/spec/endpoints/applications/uuid.yml
index a68d58b1..c9bf8a42 100644
--- a/spec/endpoints/applications/uuid.yml
+++ b/spec/endpoints/applications/uuid.yml
@@ -56,7 +56,7 @@ post:
   requestBody:
     required: true
     content:
-      application/jose:
+      application/json:
         schema:
           $ref: '../../schemas/submit-application.yml'
   responses:
-- 
GitLab