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": {
"type": "string",
"format": "date-time",
"description": "The date and time when the cooldown expires in ISO 8601 format",
"minimum": 0
"description": "The date and time when the cooldown expires in ISO 8601 format"
}
},
"required": [
"shipSymbol",
"totalSeconds",
"remainingSeconds",
"expiration"
"remainingSeconds"
]
}