iobroker.rest-api 2.0.2 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/io-package.json +2 -2
- package/lib/api/swagger/swagger.yaml +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -149,7 +149,7 @@ You cannot send POST request to commands via GUI.
|
|
|
149
149
|
-->
|
|
150
150
|
|
|
151
151
|
## Changelog
|
|
152
|
-
### 2.0.
|
|
152
|
+
### 2.0.3 (2024-07-13)
|
|
153
153
|
* (jkuenemund) Changed response for the endpoint get states to the dictionary in swagger
|
|
154
154
|
|
|
155
155
|
### 2.0.1 (2024-05-23)
|
package/io-package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "rest-api",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.3",
|
|
5
5
|
"news": {
|
|
6
|
-
"2.0.
|
|
6
|
+
"2.0.3": {
|
|
7
7
|
"en": "Changed response for the endpoint get states to the dictionary in swagger",
|
|
8
8
|
"de": "Geänderte Antwort für den Endpunkt erhalten Zustände zum Wörterbuch in Swagger",
|
|
9
9
|
"ru": "Измененный ответ для конечной точки получить состояния в словарь в swagger",
|