Skip to content

Commit

Permalink
asset id for filter rules
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-goebel committed Aug 27, 2024
1 parent a8ae222 commit 5217bc8
Show file tree
Hide file tree
Showing 4 changed files with 359 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eliona-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ openapi: 3.0.3
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

info:
version: 2.6.12
version: 2.7.0
title: Eliona REST API
description:
The Eliona REST API enables unified access to the resources and data of an Eliona environment.
Expand Down
2 changes: 1 addition & 1 deletion generate.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
docker run --rm ^
-v "%cd%":/local ^
openapitools/openapi-generator-cli:v7.2.0 generate ^
openapitools/openapi-generator-cli:v7.8.0 generate ^
-g openapi-yaml ^
-i /local/eliona-api.yaml ^
-o /local ^
Expand Down
Loading

0 comments on commit 5217bc8

Please sign in to comment.