New fields for redirecting to a customer url
This commit is contained in:
parent
fbcb1ff6bb
commit
adb589ef49
|
|
@ -4262,6 +4262,7 @@ components:
|
||||||
- "UsersMayEnterANewLicenceTag"
|
- "UsersMayEnterANewLicenceTag"
|
||||||
- "IsConnectedWithATyreStorage"
|
- "IsConnectedWithATyreStorage"
|
||||||
- "DeadlineTimeInSecondsSinceMidnight"
|
- "DeadlineTimeInSecondsSinceMidnight"
|
||||||
|
- "DeadlineTimeInSecondsSinceMidnight"
|
||||||
properties:
|
properties:
|
||||||
Guid:
|
Guid:
|
||||||
type: "string"
|
type: "string"
|
||||||
|
|
@ -4286,6 +4287,16 @@ components:
|
||||||
type: "boolean"
|
type: "boolean"
|
||||||
DeadlineTimeInSecondsSinceMidnight:
|
DeadlineTimeInSecondsSinceMidnight:
|
||||||
type: "integer"
|
type: "integer"
|
||||||
|
RedirectUrlType:
|
||||||
|
type: "string"
|
||||||
|
enum:
|
||||||
|
- "None"
|
||||||
|
- "NewTab"
|
||||||
|
- "SameTab"
|
||||||
|
RedirectUrl:
|
||||||
|
type: "string"
|
||||||
|
RedirectUrlShallBeShownAsOptionalButton:
|
||||||
|
type: "boolean"
|
||||||
_HashValue:
|
_HashValue:
|
||||||
$ref: "#/components/schemas/_HashValue"
|
$ref: "#/components/schemas/_HashValue"
|
||||||
example:
|
example:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue