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": {
|
"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"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user