We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3abae3 commit f0949e8Copy full SHA for f0949e8
CHANGES.md
@@ -5,6 +5,7 @@
5
* HTTP timeout request to Connect platform should be not less than 300 seconds.
6
* Accept Usage File is sending wrong parameter in post request.
7
* Usage processor filter "product__id" is not filtering by product id.
8
+* All fields accept null to avoid parsing errors.
9
10
## v17.2
11
connect/models/asset.py
@@ -9,6 +9,7 @@
from .configuration import Configuration
from .connection import Connection
from .contract import Contract
12
+from .events import Events
13
from .item import Item
14
from .marketplace import Marketplace
15
from .param import Param
0 commit comments