Skip to content

Commit 0276846

Browse files
committed
Update OpenAPI spec
1 parent 7b23ba2 commit 0276846

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

specs/hivemq-openapi.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ info:
7878
## OpenAPI
7979
HiveMQ's REST API provides an OpenAPI 3.0 schema definition that can imported into popular API tooling (e.g. Postman) or can be used to generate client-code for multiple programming languages.
8080
title: HiveMQ REST API
81-
version: 4.29.0-SNAPSHOT
81+
version: 4.30.0
8282
x-logo:
8383
url: https://www.hivemq.com/img/svg/hivemq-bee.svg
8484
tags:
@@ -4294,7 +4294,7 @@ components:
42944294
$ref: "#/components/schemas/PolicyOperation"
42954295
streamId:
42964296
type: string
4297-
description: "."
4297+
description: The name of the stream.
42984298
required:
42994299
- pipeline
43004300
- streamId
@@ -4315,6 +4315,8 @@ components:
43154315
description: The unique id of the operation in the pipeline.
43164316
onBranch:
43174317
type: array
4318+
description: The branches for streamed messages created by this operation.
4319+
For transformation scripts only.
43184320
items:
43194321
$ref: "#/components/schemas/PolicyOnBranch"
43204322
required:

0 commit comments

Comments
 (0)