Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packageName": "notehub_py",
"packageUrl": "https://github.com/blues/notehub-py",
"projectName": "notehub-py",
"packageVersion": "6.0.0"
"packageVersion": "6.0.1"
}
4 changes: 1 addition & 3 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The OpenAPI definition for the Notehub.io API.
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.2.0
- Package version: 5.0.0
- Package version: 6.0.1
- Generator version: 7.5.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://dev.blues.io/support/](https://dev.blues.io/support/)
Expand Down Expand Up @@ -116,9 +116,7 @@ Class | Method | HTTP request | Description
*DeviceApi* | [**delete_note**](docs/DeviceApi.md#delete_note) | **DELETE** /v1/projects/{projectOrProductUID}/devices/{deviceUID}/notes/{notefileID}/{noteID} |
*DeviceApi* | [**delete_notefiles**](docs/DeviceApi.md#delete_notefiles) | **DELETE** /v1/projects/{projectOrProductUID}/devices/{deviceUID}/files |
*DeviceApi* | [**disable_device**](docs/DeviceApi.md#disable_device) | **POST** /v1/projects/{projectOrProductUID}/devices/{deviceUID}/disable |
*DeviceApi* | [**disable_device_connectivity_assurance**](docs/DeviceApi.md#disable_device_connectivity_assurance) | **POST** /v1/projects/{projectOrProductUID}/devices/{deviceUID}/disable-connectivity-assurance |
*DeviceApi* | [**enable_device**](docs/DeviceApi.md#enable_device) | **POST** /v1/projects/{projectOrProductUID}/devices/{deviceUID}/enable |
*DeviceApi* | [**enable_device_connectivity_assurance**](docs/DeviceApi.md#enable_device_connectivity_assurance) | **POST** /v1/projects/{projectOrProductUID}/devices/{deviceUID}/enable-connectivity-assurance |
*DeviceApi* | [**get_db_note**](docs/DeviceApi.md#get_db_note) | **GET** /v1/projects/{projectOrProductUID}/devices/{deviceUID}/notes/{notefileID}/{noteID} |
*DeviceApi* | [**get_device**](docs/DeviceApi.md#get_device) | **GET** /v1/projects/{projectOrProductUID}/devices/{deviceUID} |
*DeviceApi* | [**get_device_environment_hierarchy**](docs/DeviceApi.md#get_device_environment_hierarchy) | **GET** /v1/projects/{projectOrProductUID}/devices/{deviceUID}/environment_hierarchy | Get environment variable hierarchy for a device
Expand Down
208 changes: 30 additions & 178 deletions src/docs/DeviceApi.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/notehub_py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
""" # noqa: E501


__version__ = "5.0.0"
__version__ = "6.0.1"

# import apis into sdk package
from notehub_py.api.alert_api import AlertApi
Expand Down
Loading