v1
latestOpenAPI 3.0.32026-07-243003151.2 MBToken
Update Dates
This endpoint allows the calling application to Amend Token Dates (Valid-From and/or Valid-To) within the AIR platform.
patch/token/dates/update
Request body
Example request
{
"tokenDates": {
"start": "2026-02-02T00:00:00+00:00",
"end": "2026-02-02T00:00:00+00:00"
},
"details": {
"key1": "Value1",
"key2": "AnotherValue"
}
}Response
EES AIR successfully processed this request
Example response
{
"tokenDates": {
"start": "2026-02-02T00:00:00+00:00",
"end": "2026-02-02T00:00:00+00:00"
}
}