diff --git a/apps/docs/public/openapi.json b/apps/docs/public/openapi.json index 2f96500..c4952a5 100644 --- a/apps/docs/public/openapi.json +++ b/apps/docs/public/openapi.json @@ -27,7 +27,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -149,12 +149,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -171,7 +166,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -188,12 +183,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -210,7 +200,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -239,12 +229,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -261,7 +246,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -288,12 +273,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -310,7 +290,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -358,12 +338,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -380,7 +355,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -419,12 +394,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -441,7 +411,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -468,12 +438,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -490,7 +455,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -517,12 +482,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -539,7 +499,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -574,12 +534,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -596,7 +551,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -614,12 +569,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -636,7 +586,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -644,12 +594,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -666,7 +611,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -694,12 +639,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -716,7 +656,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -761,12 +701,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -783,7 +718,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -853,12 +788,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -875,7 +805,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -890,7 +820,10 @@ "minLength": 1 }, "appName": { - "type": "string" + "type": "string", + "minLength": 1, + "maxLength": 63, + "pattern": "^[a-zA-Z0-9._-]+$" }, "description": { "type": "string", @@ -918,12 +851,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -940,7 +868,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -957,12 +885,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -979,7 +902,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -990,7 +913,10 @@ "type": "object", "properties": { "appName": { - "type": "string" + "type": "string", + "minLength": 1, + "maxLength": 63, + "pattern": "^[a-zA-Z0-9._-]+$" }, "applicationId": { "type": "string" @@ -1010,12 +936,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -1032,7 +953,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -1059,12 +980,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -1081,7 +997,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -1108,12 +1024,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -1130,7 +1041,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -1157,12 +1068,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -1179,7 +1085,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -1213,12 +1119,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -1235,7 +1136,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -1278,12 +1179,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -1300,7 +1196,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -1369,12 +1265,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -1391,7 +1282,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -1459,12 +1350,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -1481,7 +1367,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -1554,12 +1440,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -1576,7 +1457,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -1644,12 +1525,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -1666,7 +1542,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -1729,12 +1605,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -1751,7 +1622,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -1794,12 +1665,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -1816,7 +1682,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -1870,12 +1736,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -1892,7 +1753,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -1919,12 +1780,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -1941,7 +1797,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -1968,12 +1824,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -1990,7 +1841,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -2009,7 +1860,10 @@ "minLength": 1 }, "appName": { - "type": "string" + "type": "string", + "minLength": 1, + "maxLength": 63, + "pattern": "^[a-zA-Z0-9._-]+$" }, "description": { "type": "string", @@ -2653,12 +2507,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -2675,7 +2524,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -2702,12 +2551,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -2724,7 +2568,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -2758,12 +2602,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -2780,7 +2619,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -2807,12 +2646,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -2829,7 +2663,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -2856,12 +2690,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -2878,7 +2707,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -2895,12 +2724,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -2917,7 +2741,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -2948,12 +2772,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -2970,7 +2789,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -2979,7 +2798,10 @@ "in": "query", "required": true, "schema": { - "type": "string" + "type": "string", + "minLength": 1, + "maxLength": 63, + "pattern": "^[a-zA-Z0-9._-]+$" } } ], @@ -2987,12 +2809,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -3009,7 +2826,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -3040,12 +2857,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -3062,7 +2874,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -3089,12 +2901,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -3111,7 +2918,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -3127,7 +2934,9 @@ }, "appName": { "type": "string", - "minLength": 1 + "minLength": 1, + "maxLength": 63, + "pattern": "^[a-zA-Z0-9._-]+$" }, "dockerImage": { "type": "string", @@ -3163,12 +2972,10 @@ }, "required": [ "name", - "appName", "environmentId", "databaseName", "databaseUser", - "databasePassword", - "databaseRootPassword" + "databasePassword" ], "additionalProperties": false } @@ -3180,12 +2987,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -3202,7 +3004,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -3219,12 +3021,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -3241,7 +3038,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -3268,12 +3065,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -3290,7 +3082,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -3317,12 +3109,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -3339,7 +3126,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -3371,12 +3158,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -3393,7 +3175,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -3420,12 +3202,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -3442,7 +3219,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -3479,12 +3256,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -3501,7 +3273,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -3516,7 +3288,9 @@ }, "appName": { "type": "string", - "minLength": 1 + "minLength": 1, + "maxLength": 63, + "pattern": "^[a-zA-Z0-9._-]+$" } }, "required": [ @@ -3533,12 +3307,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -3555,7 +3324,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -3582,12 +3351,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -3604,7 +3368,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -3635,12 +3399,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -3657,7 +3416,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -3677,7 +3436,9 @@ }, "appName": { "type": "string", - "minLength": 1 + "minLength": 1, + "maxLength": 63, + "pattern": "^[a-zA-Z0-9._-]+$" }, "description": { "type": "string", @@ -4035,12 +3796,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -4057,7 +3813,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -4088,12 +3844,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -4110,7 +3861,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -4137,12 +3888,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -4159,7 +3905,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -4174,7 +3920,10 @@ "minLength": 1 }, "appName": { - "type": "string" + "type": "string", + "minLength": 1, + "maxLength": 63, + "pattern": "^[a-zA-Z0-9._-]+$" }, "databaseName": { "type": "string", @@ -4206,7 +3955,6 @@ }, "required": [ "name", - "appName", "databaseName", "databaseUser", "databasePassword", @@ -4222,12 +3970,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -4244,7 +3987,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -4261,12 +4004,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -4283,7 +4021,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -4310,12 +4048,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -4332,7 +4065,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -4359,12 +4092,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -4381,7 +4109,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -4413,12 +4141,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -4435,7 +4158,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -4462,12 +4185,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -4484,7 +4202,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -4521,12 +4239,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -4543,7 +4256,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -4570,12 +4283,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -4592,7 +4300,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -4623,12 +4331,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -4645,7 +4348,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -4659,7 +4362,10 @@ "type": "string" }, "appName": { - "type": "string" + "type": "string", + "minLength": 1, + "maxLength": 63, + "pattern": "^[a-zA-Z0-9._-]+$" } }, "required": [ @@ -4676,12 +4382,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -4698,7 +4399,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -4717,7 +4418,10 @@ "minLength": 1 }, "appName": { - "type": "string" + "type": "string", + "minLength": 1, + "maxLength": 63, + "pattern": "^[a-zA-Z0-9._-]+$" }, "databaseName": { "type": "string", @@ -5071,12 +4775,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -5093,7 +4792,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -5124,12 +4823,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -5146,7 +4840,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -5173,12 +4867,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -5195,7 +4884,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -5211,7 +4900,9 @@ }, "appName": { "type": "string", - "minLength": 1 + "minLength": 1, + "maxLength": 63, + "pattern": "^[a-zA-Z0-9._-]+$" }, "databasePassword": { "type": "string" @@ -5234,7 +4925,6 @@ }, "required": [ "name", - "appName", "databasePassword", "environmentId" ], @@ -5248,12 +4938,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -5270,7 +4955,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -5287,12 +4972,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -5309,7 +4989,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -5336,12 +5016,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -5358,7 +5033,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -5373,7 +5048,9 @@ }, "appName": { "type": "string", - "minLength": 1 + "minLength": 1, + "maxLength": 63, + "pattern": "^[a-zA-Z0-9._-]+$" } }, "required": [ @@ -5390,12 +5067,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -5412,7 +5084,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -5439,12 +5111,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -5461,7 +5128,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -5493,12 +5160,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -5515,7 +5177,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -5542,12 +5204,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -5564,7 +5221,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -5601,12 +5258,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -5623,7 +5275,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -5650,12 +5302,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -5672,7 +5319,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -5703,12 +5350,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -5725,7 +5367,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -5745,7 +5387,9 @@ }, "appName": { "type": "string", - "minLength": 1 + "minLength": 1, + "maxLength": 63, + "pattern": "^[a-zA-Z0-9._-]+$" }, "description": { "type": "string", @@ -6090,12 +5734,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -6112,7 +5751,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -6143,12 +5782,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -6165,7 +5799,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -6192,12 +5826,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -6214,7 +5843,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -6230,7 +5859,9 @@ }, "appName": { "type": "string", - "minLength": 1 + "minLength": 1, + "maxLength": 63, + "pattern": "^[a-zA-Z0-9._-]+$" }, "dockerImage": { "type": "string", @@ -6263,7 +5894,6 @@ }, "required": [ "name", - "appName", "environmentId", "databaseUser", "databasePassword" @@ -6278,12 +5908,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -6300,7 +5925,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -6317,12 +5942,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -6339,7 +5959,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -6366,12 +5986,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -6388,7 +6003,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -6415,12 +6030,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -6437,7 +6047,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -6469,12 +6079,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -6491,7 +6096,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -6518,12 +6123,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -6540,7 +6140,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -6577,12 +6177,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -6599,7 +6194,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -6614,7 +6209,9 @@ }, "appName": { "type": "string", - "minLength": 1 + "minLength": 1, + "maxLength": 63, + "pattern": "^[a-zA-Z0-9._-]+$" } }, "required": [ @@ -6631,12 +6228,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -6653,7 +6245,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -6680,12 +6272,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -6702,7 +6289,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -6733,12 +6320,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -6755,7 +6337,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -6775,7 +6357,9 @@ }, "appName": { "type": "string", - "minLength": 1 + "minLength": 1, + "maxLength": 63, + "pattern": "^[a-zA-Z0-9._-]+$" }, "description": { "type": "string", @@ -7130,12 +6714,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -7152,7 +6731,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -7183,12 +6762,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -7205,7 +6779,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -7232,12 +6806,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -7254,7 +6823,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -7270,7 +6839,9 @@ }, "appName": { "type": "string", - "minLength": 1 + "minLength": 1, + "maxLength": 63, + "pattern": "^[a-zA-Z0-9._-]+$" }, "dockerImage": { "type": "string", @@ -7306,8 +6877,6 @@ }, "required": [ "name", - "appName", - "databaseRootPassword", "environmentId", "databaseName", "databaseUser", @@ -7323,12 +6892,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -7345,7 +6909,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -7362,12 +6926,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -7384,7 +6943,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -7411,12 +6970,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -7433,7 +6987,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -7460,12 +7014,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -7482,7 +7031,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -7514,12 +7063,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -7536,7 +7080,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -7563,12 +7107,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -7585,7 +7124,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -7622,12 +7161,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -7644,7 +7178,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -7671,12 +7205,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -7693,7 +7222,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -7724,12 +7253,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -7746,7 +7270,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -7761,7 +7285,9 @@ }, "appName": { "type": "string", - "minLength": 1 + "minLength": 1, + "maxLength": 63, + "pattern": "^[a-zA-Z0-9._-]+$" } }, "required": [ @@ -7778,12 +7304,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -7800,7 +7321,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -7820,7 +7341,9 @@ }, "appName": { "type": "string", - "minLength": 1 + "minLength": 1, + "maxLength": 63, + "pattern": "^[a-zA-Z0-9._-]+$" }, "description": { "type": "string", @@ -8178,12 +7701,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -8200,7 +7718,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -8231,12 +7749,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -8253,7 +7766,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -8280,12 +7793,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -8302,7 +7810,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -8331,7 +7839,10 @@ ] }, "appName": { - "type": "string" + "type": "string", + "minLength": 1, + "maxLength": 63, + "pattern": "^[a-zA-Z0-9._-]+$" }, "serverId": { "type": "string", @@ -8355,12 +7866,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -8377,7 +7883,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -8395,12 +7901,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -8417,7 +7918,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -8435,7 +7936,10 @@ "minLength": 1 }, "appName": { - "type": "string" + "type": "string", + "minLength": 1, + "maxLength": 63, + "pattern": "^[a-zA-Z0-9._-]+$" }, "description": { "type": "string", @@ -8628,12 +8132,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -8650,7 +8149,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -8682,12 +8181,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -8704,7 +8198,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -8732,12 +8226,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -8754,7 +8243,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -8782,12 +8271,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -8804,7 +8288,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -8842,12 +8326,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -8864,7 +8343,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -8891,12 +8370,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -8913,7 +8387,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -8941,12 +8415,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -8963,7 +8432,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -8994,12 +8463,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -9016,7 +8480,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -9047,12 +8511,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -9069,7 +8528,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -9087,12 +8546,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -9109,7 +8563,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -9143,12 +8597,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -9165,7 +8614,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -9199,12 +8648,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -9221,7 +8665,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -9249,12 +8693,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -9271,7 +8710,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -9299,12 +8738,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -9321,7 +8755,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -9339,12 +8773,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -9361,7 +8790,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -9389,12 +8818,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -9411,7 +8835,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -9448,12 +8872,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -9470,7 +8889,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -9487,12 +8906,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -9509,7 +8923,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -9526,12 +8940,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -9548,7 +8957,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -9576,12 +8985,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -9598,7 +9002,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -9629,12 +9033,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -9651,7 +9050,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -9683,12 +9082,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -9705,7 +9099,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -9737,12 +9131,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -9759,7 +9148,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -9787,12 +9176,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -9809,7 +9193,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -9817,12 +9201,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -9839,7 +9218,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -9856,12 +9235,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -9878,7 +9252,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -9886,12 +9260,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -9908,7 +9277,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -9916,12 +9285,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -9938,7 +9302,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -9946,12 +9310,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -9968,7 +9327,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -9976,12 +9335,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -9998,7 +9352,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -10099,12 +9453,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -10121,7 +9470,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -10139,12 +9488,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -10161,7 +9505,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -10169,12 +9513,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -10191,7 +9530,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -10218,12 +9557,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -10240,7 +9574,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -10333,12 +9667,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -10355,7 +9684,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -10363,12 +9692,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -10385,7 +9709,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -10426,12 +9750,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -10448,7 +9767,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -10456,12 +9775,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -10478,7 +9792,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -10505,12 +9819,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -10527,7 +9836,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -10592,12 +9901,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -10614,7 +9918,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -10631,12 +9935,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -10653,7 +9952,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -10686,12 +9985,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -10708,7 +10002,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -10794,12 +10088,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -10816,7 +10105,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -10833,12 +10122,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -10855,7 +10139,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -10873,12 +10157,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -10895,7 +10174,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -10925,12 +10204,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -10947,7 +10221,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -10964,12 +10238,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -10986,7 +10255,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -11064,12 +10333,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -11086,7 +10350,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -11103,12 +10367,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -11125,7 +10384,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -11152,12 +10411,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -11174,7 +10428,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -11204,12 +10458,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -11226,7 +10475,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -11282,12 +10531,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -11304,7 +10548,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -11360,12 +10604,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -11382,7 +10621,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -11399,12 +10638,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -11421,7 +10655,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -11429,12 +10663,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -11451,7 +10680,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -11478,12 +10707,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -11500,7 +10724,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -11560,12 +10784,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -11582,7 +10801,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -11680,12 +10899,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -11702,7 +10916,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -11719,12 +10933,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -11741,7 +10950,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -11813,12 +11022,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -11835,7 +11039,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -11862,12 +11066,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -11884,7 +11083,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -11911,12 +11110,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -11933,7 +11127,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -11960,12 +11154,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -11982,7 +11171,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -12009,12 +11198,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -12031,7 +11215,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -12058,12 +11242,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -12080,7 +11259,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -12107,12 +11286,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -12129,7 +11303,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -12156,12 +11330,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -12178,7 +11347,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -12211,12 +11380,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -12233,7 +11397,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -12251,12 +11415,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -12273,7 +11432,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -12291,12 +11450,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -12313,7 +11467,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -12331,12 +11485,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -12353,7 +11502,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -12388,12 +11537,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -12410,7 +11554,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -12438,12 +11582,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -12460,7 +11599,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -12478,12 +11617,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -12500,7 +11634,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -12527,12 +11661,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -12549,7 +11678,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -12566,12 +11695,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -12588,7 +11712,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -12621,12 +11745,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -12643,7 +11762,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -12714,12 +11833,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -12736,7 +11850,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -12763,12 +11877,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -12785,7 +11894,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -12802,12 +11911,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -12824,7 +11928,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -12921,12 +12025,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -12943,7 +12042,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -12961,12 +12060,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -12983,7 +12077,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -13039,12 +12133,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -13061,7 +12150,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -13079,12 +12168,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -13101,7 +12185,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -13129,12 +12213,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -13151,7 +12230,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -13159,12 +12238,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -13181,7 +12255,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -13189,12 +12263,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -13211,7 +12280,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -13219,12 +12288,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -13241,7 +12305,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -13249,12 +12313,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -13271,7 +12330,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -13279,12 +12338,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -13301,7 +12355,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -13325,12 +12379,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -13347,7 +12396,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -13374,12 +12423,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -13396,7 +12440,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -13420,12 +12464,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -13442,7 +12481,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -13466,12 +12505,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -13488,7 +12522,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -13512,12 +12546,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -13534,7 +12563,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -13558,12 +12587,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -13580,7 +12604,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -13604,12 +12628,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -13626,7 +12645,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -13650,12 +12669,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -13672,7 +12686,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -13680,12 +12694,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -13702,7 +12711,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -13729,12 +12738,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -13751,7 +12755,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -13805,12 +12809,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -13827,7 +12826,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -13835,12 +12834,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -13857,7 +12851,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -13887,12 +12881,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -13909,7 +12898,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -13917,12 +12906,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -13939,7 +12923,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -13967,12 +12951,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -13989,7 +12968,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -13997,12 +12976,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -14019,7 +12993,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -14047,12 +13021,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -14069,7 +13038,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -14077,12 +13046,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -14099,7 +13063,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -14127,12 +13091,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -14149,7 +13108,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -14157,12 +13116,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -14179,7 +13133,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -14187,12 +13141,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -14209,7 +13158,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -14217,12 +13166,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -14239,7 +13183,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -14247,12 +13191,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -14269,7 +13208,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -14286,12 +13225,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -14308,7 +13242,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -14344,12 +13278,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -14366,7 +13295,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -14392,12 +13321,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -14414,7 +13338,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -14422,12 +13346,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -14444,7 +13363,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -14471,12 +13390,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -14493,7 +13407,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -14501,12 +13415,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -14523,7 +13432,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -14540,12 +13449,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -14562,7 +13466,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -14592,12 +13496,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -14614,7 +13513,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -14631,12 +13530,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -14653,7 +13547,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -14661,12 +13555,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -14683,7 +13572,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -14710,12 +13599,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -14732,7 +13616,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -14740,12 +13624,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -14762,7 +13641,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -14770,12 +13649,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -14792,7 +13666,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -14800,12 +13674,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -14822,7 +13691,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -14846,12 +13715,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -14868,7 +13732,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -14885,12 +13749,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -14907,7 +13766,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -14962,12 +13821,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -14984,7 +13838,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -15001,12 +13855,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -15023,7 +13872,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -15051,12 +13900,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -15073,7 +13917,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -15081,12 +13925,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -15103,7 +13942,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -15111,12 +13950,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -15133,7 +13967,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -15170,12 +14004,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -15192,7 +14021,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -15210,12 +14039,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -15232,7 +14056,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -15260,12 +14084,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -15282,7 +14101,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -15320,12 +14139,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -15342,7 +14156,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -15383,12 +14197,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -15405,7 +14214,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -15423,12 +14232,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -15445,7 +14249,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -15473,12 +14277,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -15495,7 +14294,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -15537,12 +14336,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -15559,7 +14353,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -15611,12 +14405,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -15633,7 +14422,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -15651,12 +14440,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -15673,7 +14457,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -15701,12 +14485,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -15723,7 +14502,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -15775,12 +14554,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -15797,7 +14571,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -15854,12 +14628,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -15876,7 +14645,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -15904,12 +14673,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -15926,7 +14690,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -15989,12 +14753,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -16011,7 +14770,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -16019,12 +14778,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -16041,7 +14795,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -16059,12 +14813,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -16081,7 +14830,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -16135,12 +14884,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -16157,7 +14901,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -16185,12 +14929,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -16207,7 +14946,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -16224,12 +14963,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -16246,7 +14980,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -16276,12 +15010,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -16298,7 +15027,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -16315,12 +15044,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -16337,7 +15061,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -16354,12 +15078,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -16376,7 +15095,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -16440,12 +15159,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -16462,7 +15176,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -16528,12 +15242,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -16550,7 +15259,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -16582,12 +15291,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -16604,7 +15308,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -16673,12 +15377,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -16695,7 +15394,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -16766,12 +15465,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -16788,7 +15482,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -16825,12 +15519,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -16847,7 +15536,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -16911,12 +15600,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -16933,7 +15617,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -17000,12 +15684,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -17022,7 +15701,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -17053,12 +15732,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -17075,7 +15749,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -17163,12 +15837,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -17185,7 +15854,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -17272,12 +15941,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -17294,7 +15958,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -17350,12 +16014,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -17372,7 +16031,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -17399,12 +16058,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -17421,7 +16075,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -17438,12 +16092,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -17460,7 +16109,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -17468,12 +16117,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -17490,7 +16134,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -17549,12 +16193,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -17571,7 +16210,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -17641,12 +16280,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -17663,7 +16297,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -17735,12 +16369,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -17757,7 +16386,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -17798,12 +16427,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -17820,7 +16444,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -17890,12 +16514,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -17912,7 +16531,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -17984,12 +16603,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -18006,7 +16620,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -18048,12 +16662,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -18070,7 +16679,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -18129,12 +16738,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -18151,7 +16755,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -18221,12 +16825,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -18243,7 +16842,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -18277,12 +16876,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -18299,7 +16893,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -18359,12 +16953,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -18381,7 +16970,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -18445,12 +17034,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -18467,7 +17051,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -18495,12 +17079,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -18517,7 +17096,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -18592,12 +17171,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -18614,7 +17188,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -18698,12 +17272,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -18720,7 +17289,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -18770,12 +17339,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -18792,7 +17356,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -18800,12 +17364,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -18822,7 +17381,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -18866,12 +17425,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -18888,7 +17442,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -18915,12 +17469,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -18937,7 +17486,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -18954,12 +17503,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -18976,7 +17520,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -18984,12 +17528,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -19006,7 +17545,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -19034,12 +17573,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -19056,7 +17590,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -19095,12 +17629,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -19117,7 +17646,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -19125,12 +17654,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -19147,7 +17671,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -19175,12 +17699,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -19197,7 +17716,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -19266,12 +17785,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -19288,7 +17802,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -19306,12 +17820,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -19328,7 +17837,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -19336,12 +17845,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -19358,7 +17862,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -19376,12 +17880,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -19398,7 +17897,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -19433,12 +17932,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -19455,7 +17949,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -19482,12 +17976,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -19504,7 +17993,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -19576,12 +18065,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -19598,7 +18082,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -19616,12 +18100,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -19638,7 +18117,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -19693,12 +18172,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -19715,7 +18189,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -19733,12 +18207,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -19755,7 +18224,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -19763,12 +18232,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -19785,7 +18249,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -19803,12 +18267,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -19825,7 +18284,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -19858,12 +18317,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -19880,7 +18334,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -19924,12 +18378,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -19946,7 +18395,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -20002,12 +18451,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -20024,7 +18468,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -20092,12 +18536,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -20114,7 +18553,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -20132,12 +18571,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -20154,7 +18588,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -20162,12 +18596,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -20184,7 +18613,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -20202,12 +18631,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -20224,7 +18648,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -20265,12 +18689,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -20287,7 +18706,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -20314,12 +18733,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -20336,7 +18750,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -20402,12 +18816,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -20424,7 +18833,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -20442,12 +18851,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -20464,7 +18868,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -20482,12 +18886,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -20504,7 +18903,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -20539,12 +18938,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -20561,7 +18955,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -20569,12 +18963,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -20591,7 +18980,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -20619,12 +19008,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -20641,7 +19025,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -20708,12 +19092,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -20730,7 +19109,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -20787,12 +19166,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -20809,7 +19183,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -20827,12 +19201,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -20849,7 +19218,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -20867,12 +19236,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -20889,7 +19253,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -20897,12 +19261,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -20919,7 +19278,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -20927,12 +19286,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -20949,7 +19303,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -20957,12 +19311,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -20979,7 +19328,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -20987,12 +19336,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -21009,7 +19353,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -21037,12 +19381,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -21059,7 +19398,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -21077,12 +19416,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -21099,7 +19433,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -21117,12 +19451,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -21139,7 +19468,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -21266,12 +19595,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -21288,7 +19612,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -21316,12 +19640,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -21338,7 +19657,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -21403,12 +19722,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -21425,7 +19739,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -21433,12 +19747,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -21455,7 +19764,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -21463,12 +19772,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -21485,7 +19789,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -21518,12 +19822,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -21540,7 +19839,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -21548,12 +19847,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -21570,7 +19864,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -21606,12 +19900,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -21628,7 +19917,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -21636,12 +19925,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -21658,7 +19942,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -21666,12 +19950,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -21688,7 +19967,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -21696,12 +19975,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -21718,7 +19992,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -21735,12 +20009,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -21757,7 +20026,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -21782,12 +20051,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -21804,7 +20068,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -21821,12 +20085,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -21843,7 +20102,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -21860,12 +20119,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -21882,7 +20136,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -21908,12 +20162,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -21930,7 +20179,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -21976,12 +20225,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -21998,7 +20242,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -22047,12 +20291,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -22069,7 +20308,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -22077,12 +20316,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -22099,7 +20333,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -22116,12 +20350,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -22138,7 +20367,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -22165,12 +20394,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -22187,7 +20411,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -22221,12 +20445,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -22243,7 +20462,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -22344,12 +20563,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -22366,7 +20580,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -22396,12 +20610,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -22418,7 +20627,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -22426,12 +20635,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -22448,7 +20652,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -22465,12 +20669,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -22487,7 +20686,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -22521,12 +20720,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -22543,7 +20737,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -22570,12 +20764,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -22592,7 +20781,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [], @@ -22600,12 +20789,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -22622,7 +20806,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -22649,12 +20833,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -22671,7 +20850,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -22706,12 +20885,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -22728,7 +20902,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -22756,12 +20930,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -22778,7 +20947,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -22869,12 +21038,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -22891,7 +21055,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -22984,12 +21148,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -23006,7 +21165,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -23033,12 +21192,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -23055,7 +21209,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -23086,12 +21240,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -23108,7 +21257,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -23125,12 +21274,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -23147,7 +21291,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -23175,12 +21319,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -23197,7 +21336,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -23225,12 +21364,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -23247,7 +21381,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -23275,12 +21409,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -23297,7 +21426,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -23332,12 +21461,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -23354,7 +21478,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -23458,12 +21582,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -23480,7 +21599,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -23498,12 +21617,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -23520,7 +21634,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -23548,12 +21662,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -23570,7 +21679,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -23679,12 +21788,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -23701,7 +21805,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -23729,12 +21833,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -23751,7 +21850,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -23787,12 +21886,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -23809,7 +21903,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -23827,12 +21921,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -23849,7 +21938,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "parameters": [ @@ -23866,12 +21955,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -23888,7 +21972,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -23916,12 +22000,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -23938,7 +22017,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -23983,12 +22062,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -24005,7 +22079,7 @@ ], "security": [ { - "x-api-key": [] + "Authorization": [] } ], "requestBody": { @@ -24042,12 +22116,7 @@ "200": { "description": "Successful response", "content": { - "application/json": { - "schema": { - "type": "object", - "description": "Successful response" - } - } + "application/json": {} } }, "default": { @@ -24064,13 +22133,6 @@ "in": "header", "name": "x-api-key", "description": "API key authentication. Generate an API key from your Dokploy dashboard under Settings > API Keys." - }, - "x-api-key": { - "type": "apiKey", - "in": "header", - "name": "x-api-key", - "description": "API key authentication. Use YOUR-GENERATED-API-KEY", - "x-default": "your-key" } }, "responses": { @@ -24234,9 +22296,6 @@ "security": [ { "apiKey": [] - }, - { - "x-api-key": [] } ] } \ No newline at end of file