mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
fix missing params on construction endpoint
This commit is contained in:
parent
2b41334359
commit
8b07e55980
@ -811,7 +811,27 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"Systems"
|
"Systems"
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"parameters": [
|
||||||
|
{
|
||||||
|
"description": "The system symbol",
|
||||||
|
"in": "path",
|
||||||
|
"name": "systemSymbol",
|
||||||
|
"required": true,
|
||||||
|
"schema": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "The waypoint symbol",
|
||||||
|
"in": "path",
|
||||||
|
"name": "waypointSymbol",
|
||||||
|
"required": true,
|
||||||
|
"schema": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"/systems/{systemSymbol}/waypoints/{waypointSymbol}/construction/supply": {
|
"/systems/{systemSymbol}/waypoints/{waypointSymbol}/construction/supply": {
|
||||||
"post": {
|
"post": {
|
||||||
|
Loading…
Reference in New Issue
Block a user