Skip to content

Commit

Permalink
fix(docs): Update OAS with correct ref to Notice schema
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored Jul 26, 2024
1 parent cb9c668 commit 6729b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact_broker_oas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ paths:
notices:
type: array
items:
$ref: '#/components/schemas/notice'
$ref: '#/components/schemas/Notice'
"400":
description: Validation errror
content:
Expand Down

0 comments on commit 6729b7f

Please sign in to comment.