From 5eb445c24ab77ddbca2488ad03a8a960ca3eae36 Mon Sep 17 00:00:00 2001 From: "james.kent@austin.utexas.edu" Date: Wed, 13 Mar 2024 01:19:56 -0500 Subject: [PATCH] Modified neurostore-openapi.yml --- neurostore-openapi.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/neurostore-openapi.yml b/neurostore-openapi.yml index 4924b11..c2955b0 100644 --- a/neurostore-openapi.yml +++ b/neurostore-openapi.yml @@ -946,6 +946,9 @@ paths: responses: {} x-stoplight: id: 0bluiswi2nwdw + security: + - {} + - JSON-Web-Token: [] put: summary: Your PUT endpoint tags: @@ -966,6 +969,8 @@ paths: application/json: schema: $ref: '#/components/schemas/note-collection-request' + security: + - JSON-Web-Token: [] components: schemas: studyset-return: