Skip to content

Commit

Permalink
Update dfirtrackapi to version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n3x77 committed Jan 12, 2022
1 parent 540dabe commit 8aa0126
Show file tree
Hide file tree
Showing 48 changed files with 2,163 additions and 2,800 deletions.
1 change: 1 addition & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.gitignore
.openapi-generator-ignore
.travis.yml
README.md
api/openapi.yaml
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ OpenAPI 3 - Documentation of DFIRTrack API
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: v1.5.4
- Package version: 1.5.5
- API version: v2.0.0
- Package version: 2.2.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

## Installation
Expand Down Expand Up @@ -58,7 +58,7 @@ Note, enum values are always validated and all unused variables are silently ign
### URLs Configuration per Operation

Each operation can use different server URL defined using `OperationServers` map in the `Configuration`.
An operation is uniquely identifield by `"{classname}Service.{nickname}"` string.
An operation is uniquely identified by `"{classname}Service.{nickname}"` string.
Similar rules for overriding default operation server index and variables applies by using `sw.ContextOperationServerIndices` and `sw.ContextOperationServerVariables` context maps.

```
Expand Down Expand Up @@ -321,4 +321,5 @@ Each of these functions takes a value of the given basic type and returns a poin

## Author

-n3x77 - Sven Ulke - [![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/bukotsunikki.svg?style=social&label=Follow%20%40n3x771)](https://twitter.com/n3x771)


2 changes: 1 addition & 1 deletion api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.2
info:
description: OpenAPI 3 - Documentation of DFIRTrack API
title: DFIRTrack
version: v1.5.4
version: v2.0.0
servers:
- url: /
security:
Expand Down
Loading

0 comments on commit 8aa0126

Please sign in to comment.