Skip to content

Commit

Permalink
Update OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
busybeetree committed Sep 25, 2023
1 parent dd19b26 commit 86ee3f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions specs/hivemq-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -875,12 +875,12 @@ paths:
stateName: Connected
firstSetAt: 2023-09-05T09:46:47.854Z
arguments:
MinAmountOfPublishes: 5
MaxAmountOfPublishes: 10
minPublishes: 5
maxPublishes: 10
variables:
MinAmountOfPublishes: "5"
PublishCount: "0"
MaxAmountOfPublishes: "10"
minPublishes: "5"
publishCount: "0"
maxPublishes: "10"
schema:
$ref: '#/components/schemas/FsmStatesInformationListItem'
description: Success
Expand Down

0 comments on commit 86ee3f5

Please sign in to comment.