fix accidental removal of security array

This commit is contained in:
SpaceAdmiral 2023-06-10 10:16:50 -07:00
parent f449816c5c
commit 432b457d48

View File

@ -236,7 +236,12 @@
}, },
"summary": "Get Status", "summary": "Get Status",
"tags": [], "tags": [],
"security": [] "security": [
{},
{
"AgentToken": []
}
]
} }
}, },
"/register": { "/register": {
@ -321,7 +326,12 @@
}, },
"summary": "Register New Agent", "summary": "Register New Agent",
"tags": [], "tags": [],
"security": [] "security": [
{},
{
"AgentToken": []
}
]
} }
}, },
"/systems": { "/systems": {
@ -383,7 +393,12 @@
"description": "How many entries to return per page" "description": "How many entries to return per page"
} }
], ],
"security": [] "security": [
{},
{
"AgentToken": []
}
]
} }
}, },
"/systems/{systemSymbol}": { "/systems/{systemSymbol}": {
@ -415,7 +430,12 @@
"tags": [ "tags": [
"Systems" "Systems"
], ],
"security": [] "security": [
{},
{
"AgentToken": []
}
]
}, },
"parameters": [ "parameters": [
{ {
@ -489,7 +509,12 @@
"description": "How many entries to return per page" "description": "How many entries to return per page"
} }
], ],
"security": [] "security": [
{},
{
"AgentToken": []
}
]
}, },
"parameters": [ "parameters": [
{ {
@ -532,7 +557,12 @@
"tags": [ "tags": [
"Systems" "Systems"
], ],
"security": [] "security": [
{},
{
"AgentToken": []
}
]
}, },
"parameters": [ "parameters": [
{ {
@ -783,7 +813,12 @@
"description": "How many entries to return per page" "description": "How many entries to return per page"
} }
], ],
"security": [] "security": [
{},
{
"AgentToken": []
}
]
} }
}, },
"/factions/{factionSymbol}": { "/factions/{factionSymbol}": {