Skip to content

Commit b07c0c1

Browse files
author
Bingjie Liu
committed
update openapi.yml
1 parent 119013a commit b07c0c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

openapi.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,10 @@ paths:
733733
content:
734734
application/json:
735735
schema:
736-
$ref: "#/components/schemas/PersonResponsibleOfficer"
736+
type: object
737+
properties:
738+
data:
739+
$ref: "#/components/schemas/PersonResponsibleOfficer"
737740
"404":
738741
description: Failed to find licenses for a person with the provided HMPPS ID.
739742
content:

0 commit comments

Comments
 (0)