From 36636f5222242bef7a5016dbba602001a0b31471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20W=C5=82odarczyk?= Date: Wed, 2 Nov 2022 10:26:15 +0100 Subject: [PATCH] Added missing query params --- swagger2.0/oic.r.pushconfiguration.swagger.json | 2 +- swagger2.0/oic.r.pushreceiver.swagger.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/swagger2.0/oic.r.pushconfiguration.swagger.json b/swagger2.0/oic.r.pushconfiguration.swagger.json index 1164d24..70ec442 100644 --- a/swagger2.0/oic.r.pushconfiguration.swagger.json +++ b/swagger2.0/oic.r.pushconfiguration.swagger.json @@ -20,7 +20,7 @@ "application/json" ], "paths": { - "/PushConfigurationResURI" : { + "/PushConfigurationResURI?if=oic.if.ll" : { "get": { "description": "Collection of oic.r.notificationselector with associated push proxies.\nAllows a Server to be configured with one or more Push Notification destinations.\n", "parameters": [ diff --git a/swagger2.0/oic.r.pushreceiver.swagger.json b/swagger2.0/oic.r.pushreceiver.swagger.json index 04040dd..c77363c 100644 --- a/swagger2.0/oic.r.pushreceiver.swagger.json +++ b/swagger2.0/oic.r.pushreceiver.swagger.json @@ -14,7 +14,7 @@ "consumes": ["application/json"], "produces": ["application/json"], "paths": { - "/PushReceiverResURI": { + "/PushReceiverResURI?if=oic.if.rw": { "get": { "description": "Resource that defines the receiver for Push Notifications", "parameters": [