Commit 19bc8c0 1 parent 464450b commit 19bc8c0 Copy full SHA for 19bc8c0
File tree 1 file changed +2
-2
lines changed
src/main/kotlin/uk/gov/justice/digital/hmpps/personintegrationapi/common/client
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,12 +68,12 @@ interface PrisonApiClient {
68
68
@RequestBody updateNationality : UpdateReligion ,
69
69
): ResponseEntity <Void >
70
70
71
- @GetExchange(" /{offenderNo}/core-person-record/physical-attributes" )
71
+ @GetExchange(" /offenders/ {offenderNo}/core-person-record/physical-attributes" )
72
72
fun getPhysicalAttributes (
73
73
@PathVariable offenderNo : String ,
74
74
): ResponseEntity <PhysicalAttributes >
75
75
76
- @PutExchange(" /{offenderNo}/core-person-record/physical-attributes" )
76
+ @PutExchange(" /offenders/ {offenderNo}/core-person-record/physical-attributes" )
77
77
fun updatePhysicalAttributes (
78
78
@PathVariable offenderNo : String ,
79
79
@RequestBody physicalAttributes : PhysicalAttributesRequest ,
You can’t perform that action at this time.
0 commit comments