Skip to content

Commit 9ce7812

Browse files
committed
Fix swagger
1 parent ba97f86 commit 9ce7812

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/public_swagger/swagger.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,8 +534,8 @@ paths:
534534
application/fhir+json:
535535
schema:
536536
$ref: "#/components/schemas/OperationOutcome"
537-
/ProductTeam/{product_team_id}/Product/{product_id}/DeviceReferenceData/{device_reference_data_id}:
538-
get:
537+
? /ProductTeam/{product_team_id}/Product/{product_id}/DeviceReferenceData/{device_reference_data_id}
538+
: get:
539539
operationId: readDeviceReferenceData
540540
summary: readDeviceReferenceData endpoint for APIGEE integration
541541
parameters:

0 commit comments

Comments
 (0)