Skip to content

Commit

Permalink
updated match endpoint in swagger doc too
Browse files Browse the repository at this point in the history
  • Loading branch information
lalithanagarur committed Mar 10, 2025
1 parent eafa8c1 commit 4ed01ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,34 +37,10 @@ import uk.gov.justice.hmpps.kotlin.common.ErrorResponse
"matchingUln": "1026893096",
"givenName": "Darcie",
"familyName": "Tucker",
"matchType": "EXACT_MATCH",
"matchType": "Exact Match",
"countOfReturnedUlns": "1"
}
""",
),
ExampleObject(
name = "Confirm no match selected Request",
value = """
{
"matchingUln": "",
"givenName": "",
"familyName": "",
"matchType": "NO_MATCH_SELECTED",
"countOfReturnedUlns": "2"
}
""",
),
ExampleObject(
name = "Confirm no match found Request",
value = """
{
"matchingUln": "",
"givenName": "",
"familyName": "",
"matchType": "NO_MATCH_RETURNED_FROM_LRS",
"countOfReturnedUlns": "0"
}
""",
"""
),
],
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import uk.gov.justice.hmpps.kotlin.common.ErrorResponse
name = "Confirm no match Request",
value = """
{
"matchType": "NO_MATCH_RETURNED_FROM_LRS",
"matchType": "No Match",
"countOfReturnedUlns": "0"
}
""",
Expand Down

0 comments on commit 4ed01ef

Please sign in to comment.