Skip to content

Commit

Permalink
Update swagger.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko committed Mar 21, 2017
1 parent cf85f8d commit 30951bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/1.0/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title" : "Digital Capability Locator (DCL) interface specification",
"description" : "The \"Digital Capability Lookup\" (DCL) specification defines a DNS based method to discover which DCP(SMP) is the authoritative source for a given business \n\nAPI uses JWT authorization, JWT issuer must be added to whitelist on DCL implementation. It's passed as a header `Authorization: JWT XXX`, where XXX value provided by your IDP.\n"
},
"host" : "dcp.testpoint.io",
"host" : "dcl.testpoint.io",
"schemes" : [ "https" ],
"basePath" : "/api/v0",
"produces" : [ "application/json" ],
Expand Down Expand Up @@ -76,4 +76,4 @@
}
}
}
}
}

0 comments on commit 30951bf

Please sign in to comment.