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": [
|
||||
{
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": "shipSymbol",
|
||||
"name": "contractId",
|
||||
"in": "path",
|
||||
"required": true,
|
||||
"description": "The symbol of the ship"
|
||||
"description": "The ID of the contract"
|
||||
}
|
||||
],
|
||||
"post": {
|
||||
|
Loading…
Reference in New Issue
Block a user