From dc4674202a0e6d376f203e97a893215825eeeabd Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Tue, 4 Mar 2025 10:16:51 +0100 Subject: [PATCH] OVPAY-1562 - Added query param resourceNameId. --- src/openapi/products/purchased_products-crud.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/openapi/products/purchased_products-crud.yaml b/src/openapi/products/purchased_products-crud.yaml index 1a77eda..2305f96 100644 --- a/src/openapi/products/purchased_products-crud.yaml +++ b/src/openapi/products/purchased_products-crud.yaml @@ -52,6 +52,13 @@ paths: example: 2024-10-04T12:34:56.000 required: false description: The purchased product should be last updated after this timestamp. + - in: query + name: resourceNameId + schema: + type: integer + example: 2 + required: false + description: The id of the resource. - in: query name: resourceName schema: