mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
fix: contract deliver endpoint
This commit is contained in:
parent
182986fa1e
commit
97853a9dbe
@ -589,16 +589,16 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"/my/ships/{shipSymbol}/deliver": {
|
"/my/contracts/{contractId}/deliver": {
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"name": "shipSymbol",
|
"name": "contractId",
|
||||||
"in": "path",
|
"in": "path",
|
||||||
"required": true,
|
"required": true,
|
||||||
"description": "The symbol of the ship"
|
"description": "The ID of the contract"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"post": {
|
"post": {
|
||||||
|
Loading…
Reference in New Issue
Block a user