Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion swagger2.0/oic.r.pushconfiguration.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion swagger2.0/oic.r.pushreceiver.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down