mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
update: deprecate expiration in favor of deadlineToAccept
This commit is contained in:
parent
32a0fdf835
commit
74493cddc0
@ -35,7 +35,13 @@
|
|||||||
"expiration": {
|
"expiration": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "date-time",
|
"format": "date-time",
|
||||||
"description": "The time at which the contract expires"
|
"description": "Deprecated in favor of deadlineToAccept",
|
||||||
|
"deprecated": true
|
||||||
|
},
|
||||||
|
"deadlineToAccept": {
|
||||||
|
"type": "string",
|
||||||
|
"format": "date-time",
|
||||||
|
"description": "The time at which the contract is no longer available to be accepted"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
Loading…
Reference in New Issue
Block a user