prep: remove expiration required so we can return a 200 response instead of a 204

This commit is contained in:
SpaceAdmiral 2023-05-19 16:47:21 -07:00
parent 74493cddc0
commit 0510b51296

View File

@ -20,14 +20,12 @@
"expiration": { "expiration": {
"type": "string", "type": "string",
"format": "date-time", "format": "date-time",
"description": "The date and time when the cooldown expires in ISO 8601 format", "description": "The date and time when the cooldown expires in ISO 8601 format"
"minimum": 0
} }
}, },
"required": [ "required": [
"shipSymbol", "shipSymbol",
"totalSeconds", "totalSeconds",
"remainingSeconds", "remainingSeconds"
"expiration"
] ]
} }