Skip to content

Commit

Permalink
Merge pull request #5 from hmrc/API-1888_confidence_level
Browse files Browse the repository at this point in the history
API-1888 adding confidenceLevels to api definition
  • Loading branch information
hughfdjackson authored Aug 24, 2016
2 parents da9a3df + d67527e commit e06c865
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,26 @@
{
"key":"openid",
"name":"Confirm HMRC has a record of you",
"description":"Confirm HMRC has a record of you"
"description":"Confirm HMRC has a record of you",
"confidenceLevel": 200
},
{
"key":"profile",
"name":"Access your name, gender and date of birth",
"description":"Access your name, gender and date of birth"
"description":"Access your name, gender and date of birth",
"confidenceLevel": 200
},
{
"key":"address",
"name":"Access your address details",
"description":"Access your address details"
"description":"Access your address details",
"confidenceLevel": 200
},
{
"key":"openid:gov-uk-identifiers",
"name":"Access your tax identifiers",
"description":"Access your tax identifiers"
"description":"Access your tax identifiers",
"confidenceLevel": 200
}
],
"api":{
Expand Down

0 comments on commit e06c865

Please sign in to comment.