From e13b643c99c932f3d50dcd8b6882ed6f67bbb9d8 Mon Sep 17 00:00:00 2001 From: Max Martens Date: Thu, 23 Apr 2026 14:10:41 +0200 Subject: [PATCH] Fix missing attributes in examples --- src/openapi/products/purchased_products-crud.yaml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/openapi/products/purchased_products-crud.yaml b/src/openapi/products/purchased_products-crud.yaml index 5c5d894..bc495e4 100644 --- a/src/openapi/products/purchased_products-crud.yaml +++ b/src/openapi/products/purchased_products-crud.yaml @@ -171,7 +171,10 @@ paths: "createdBy": "user", "lastUpdatedBy": "user", "externalDeviceId": "c5545584-04af-4c60-a955-d6a70baab848", - "serviceId": "HTM-1234-7654-8945" + "serviceId": "HTM-1234-7654-8945", + "activateBefore": "2024-10-08", + "validityStart": "2024-10-05T12:34:56.000", + "validityEnd": "2024-10-06T12:34:56.000" }, ], "issuedVouchers": [], @@ -344,7 +347,10 @@ paths: "createdBy": "user", "lastUpdatedBy": "user", "externalDeviceId": "c5545584-04af-4c60-a955-d6a70baab848", - "serviceId": "HTM-1234-7654-8945" + "serviceId": "HTM-1234-7654-8945", + "activateBefore": "2024-10-08", + "validityStart": "2024-10-05T12:34:56.000", + "validityEnd": "2024-10-06T12:34:56.000" }, ], "issuedVouchers": [], @@ -977,7 +983,10 @@ paths: "createdBy": "user", "lastUpdatedBy": "user", "externalDeviceId": "c5545584-04af-4c60-a955-d6a70baab848", - "serviceId": "HTM-1234-7654-8945" + "serviceId": "HTM-1234-7654-8945", + "activateBefore": "2024-10-08", + "validityStart": "2024-10-05T12:34:56.000", + "validityEnd": "2024-10-06T12:34:56.000" }, ], }