Skip to content

Commit

Permalink
[rest] fix: rename of Dataset to ActiveDataset in open-api.yaml (#2557)
Browse files Browse the repository at this point in the history
  • Loading branch information
harterSe authored Oct 24, 2024
1 parent 9ce87ea commit 952fc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rest/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ paths:
content:
application/json:
schema:
$ref: "#/components/schemas/Dataset"
$ref: "#/components/schemas/ActiveDataset"
text/plain:
schema:
$ref: "#/components/schemas/DatasetTlv"
Expand Down

0 comments on commit 952fc6a

Please sign in to comment.