mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
fix accidental removal of security array
This commit is contained in:
parent
f449816c5c
commit
432b457d48
@ -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}": {
|
||||||
|
Loading…
Reference in New Issue
Block a user