Skip to content

Commit

Permalink
Merge pull request #174 from ruzhaoppo/patch-1
Browse files Browse the repository at this point in the history
Update oic.wk.res.swagger.json
  • Loading branch information
marktrayer authored Aug 27, 2021
2 parents 9f1fac8 + 1ae92d7 commit e1f4bf6
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions swagger2.0/oic.wk.res.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"description": "Links list representation of /oic/res; list of discoverable Resources\n",
"parameters": [
{
"$ref": "#/parameters/interface-all"
"$ref": "#/parameters/interface-all",
"$ref": "#/parameters/SecurityDomain"
}
],
"responses": {
Expand Down Expand Up @@ -106,7 +107,8 @@
"description": "Baseline representation of /oic/res; list of discoverable Resources\n",
"parameters": [
{
"$ref": "#/parameters/interface-all"
"$ref": "#/parameters/interface-all",
"$ref": "#/parameters/SecurityDomain"
}
],
"responses": {
Expand Down Expand Up @@ -154,7 +156,14 @@
"name": "if",
"type": "string",
"enum": ["oic.if.ll", "oic.if.b", "oic.if.baseline"]
}
},
"SecurityDomain": {
"description": "Filter devices by Security Domain",
"in": "query",
"name": "sduuid",
"type": "string",
"format": "uuid"
}
},
"definitions": {
"oic.oic-link": {
Expand Down

0 comments on commit e1f4bf6

Please sign in to comment.