mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
prep: remove expiration required so we can return a 200 response instead of a 204
This commit is contained in:
parent
74493cddc0
commit
0510b51296
@ -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"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user