From adb589ef49aaac5a2d39366615e8802bf10c23d6 Mon Sep 17 00:00:00 2001 From: Nico Kroll Date: Wed, 29 Oct 2025 08:42:56 +0100 Subject: [PATCH] New fields for redirecting to a customer url --- src/v1/openapi.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/v1/openapi.yaml b/src/v1/openapi.yaml index 82175a4..e4160ac 100644 --- a/src/v1/openapi.yaml +++ b/src/v1/openapi.yaml @@ -4262,6 +4262,7 @@ components: - "UsersMayEnterANewLicenceTag" - "IsConnectedWithATyreStorage" - "DeadlineTimeInSecondsSinceMidnight" + - "DeadlineTimeInSecondsSinceMidnight" properties: Guid: type: "string" @@ -4286,6 +4287,16 @@ components: type: "boolean" DeadlineTimeInSecondsSinceMidnight: type: "integer" + RedirectUrlType: + type: "string" + enum: + - "None" + - "NewTab" + - "SameTab" + RedirectUrl: + type: "string" + RedirectUrlShallBeShownAsOptionalButton: + type: "boolean" _HashValue: $ref: "#/components/schemas/_HashValue" example: