mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
add a no cooldown response
This commit is contained in:
parent
f5cf294082
commit
02d6f5da09
@ -666,7 +666,7 @@
|
||||
},
|
||||
"/my/ships/{shipSymbol}/cooldown": {
|
||||
"get": {
|
||||
"description": "Retrieve the details of your ship's reactor cooldown. Some actions such as activating your jump drive, scanning, or extracting resources taxes your reactor and results in a cooldown.\n\nYour ship cannot perform additional actions until your cooldown has expired. The duration of your cooldown is relative to the power consumption of the related modules or mounts for the action taken.",
|
||||
"description": "Retrieve the details of your ship's reactor cooldown. Some actions such as activating your jump drive, scanning, or extracting resources taxes your reactor and results in a cooldown.\n\nYour ship cannot perform additional actions until your cooldown has expired. The duration of your cooldown is relative to the power consumption of the related modules or mounts for the action taken.\n\nResponse returns a 204 status code (no-content) when the ship has no cooldown.",
|
||||
"operationId": "get-ship-cooldown",
|
||||
"responses": {
|
||||
"200": {
|
||||
@ -687,6 +687,9 @@
|
||||
}
|
||||
},
|
||||
"description": "OK"
|
||||
},
|
||||
"204": {
|
||||
"description": "No cooldown"
|
||||
}
|
||||
},
|
||||
"security": [
|
||||
|
Loading…
Reference in New Issue
Block a user