add a no cooldown response

This commit is contained in:
Space Admiral 2022-10-27 21:18:44 -07:00
parent f5cf294082
commit 02d6f5da09

View File

@ -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": [