-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
88 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,62 @@ | ||
## GET /systems/{systemID}/gateways/{gatewayID}/import-power-limit | ||
- :warning: removed the optional property '/allOf[subschema #1: Import power limit]/maxImportTotal' from the response with the '200' status | ||
- added the optional property '/allOf[subschema #1: Import power limit]/maxImportTotalFoo' to the response with the '200' status | ||
- the 'maxImportL2' response's property default value changed from '0.00' to '42.00' for the status '200' | ||
|
||
- :warning: removed the optional property '/allOf[subschema #1: Import power | ||
limit]/maxImportTotal' from the response with the '200' status | ||
- added the optional property '/allOf[subschema #1: Import power | ||
limit]/maxImportTotalFoo' to the response with the '200' status | ||
- the 'maxImportL2' response's property default value changed from '0.00' to | ||
'42.00' for the status '200' | ||
|
||
## PUT /systems/{systemID}/gateways/{gatewayID}/import-power-limit | ||
- :warning: removed the request property '/allOf[subschema #1: Import power limit]/maxImportTotal' | ||
- :warning: removed the optional property '/allOf[subschema #1: Import power limit]/maxImportTotal' from the response with the '201' status | ||
- added the new optional request property '/allOf[subschema #1: Import power limit]/maxImportTotalFoo' | ||
- the 'maxImportL2' request property default value changed from '0.00' to '42.00' | ||
- added the optional property '/allOf[subschema #1: Import power limit]/maxImportTotalFoo' to the response with the '201' status | ||
- the 'maxImportL2' response's property default value changed from '0.00' to '42.00' for the status '201' | ||
|
||
- :warning: removed the request property '/allOf[subschema #1: Import power | ||
limit]/maxImportTotal' | ||
- :warning: removed the optional property '/allOf[subschema #1: Import power | ||
limit]/maxImportTotal' from the response with the '201' status | ||
- added the new optional request property '/allOf[subschema #1: Import power | ||
limit]/maxImportTotalFoo' | ||
- the 'maxImportL2' request property default value changed from '0.00' to | ||
'42.00' | ||
- added the optional property '/allOf[subschema #1: Import power | ||
limit]/maxImportTotalFoo' to the response with the '201' status | ||
- the 'maxImportL2' response's property default value changed from '0.00' to | ||
'42.00' for the status '201' | ||
|
||
## GET /systems/{systemID}/tags | ||
- :warning: removed the optional property '/items/allOf[subschema #2]/createdAt' from the response with the '200' status | ||
- added the optional property '/items/allOf[#/components/schemas/AbstractTag]/foo' to the response with the '200' status | ||
|
||
- :warning: removed the optional property '/items/allOf[subschema #2]/createdAt' | ||
from the response with the '200' status | ||
- added the optional property | ||
'/items/allOf[#/components/schemas/AbstractTag]/foo' to the response with the | ||
'200' status | ||
|
||
## PATCH /systems/{systemID}/tags | ||
- :warning: removed the optional property '/items/allOf[subschema #2]/createdAt' from the response with the '200' status | ||
- added the new optional request property '/items/allOf[#/components/schemas/AbstractTag]/foo' | ||
- added the optional property '/items/allOf[#/components/schemas/AbstractTag]/foo' to the response with the '200' status | ||
|
||
- :warning: removed the optional property '/items/allOf[subschema #2]/createdAt' | ||
from the response with the '200' status | ||
- added the new optional request property | ||
'/items/allOf[#/components/schemas/AbstractTag]/foo' | ||
- added the optional property | ||
'/items/allOf[#/components/schemas/AbstractTag]/foo' to the response with the | ||
'200' status | ||
|
||
## PUT /systems/{systemID}/tags | ||
- :warning: removed the optional property '/items/allOf[subschema #2]/createdAt' from the response with the '200' status | ||
- added the new optional request property '/items/allOf[#/components/schemas/AbstractTag]/foo' | ||
- added the optional property '/items/allOf[#/components/schemas/AbstractTag]/foo' to the response with the '200' status | ||
|
||
- :warning: removed the optional property '/items/allOf[subschema #2]/createdAt' | ||
from the response with the '200' status | ||
- added the new optional request property | ||
'/items/allOf[#/components/schemas/AbstractTag]/foo' | ||
- added the optional property | ||
'/items/allOf[#/components/schemas/AbstractTag]/foo' to the response with the | ||
'200' status | ||
|
||
## PUT /systems/{systemID}/tags/{tagName} | ||
- :warning: removed the optional property '/allOf[subschema #2]/createdAt' from the response with the '200' status | ||
- :warning: removed the optional property '/allOf[subschema #2]/createdAt' from the response with the '201' status | ||
- added the optional property '/allOf[#/components/schemas/AbstractTag]/foo' to the response with the '200' status | ||
- added the optional property '/allOf[#/components/schemas/AbstractTag]/foo' to the response with the '201' status | ||
|
||
- :warning: removed the optional property '/allOf[subschema #2]/createdAt' from | ||
the response with the '200' status | ||
- :warning: removed the optional property '/allOf[subschema #2]/createdAt' from | ||
the response with the '201' status | ||
- added the optional property '/allOf[#/components/schemas/AbstractTag]/foo' to | ||
the response with the '200' status | ||
- added the optional property '/allOf[#/components/schemas/AbstractTag]/foo' to | ||
the response with the '201' status |