Skip to content

Commit f0949e8

Browse files
null accepted on JSON fields.
1 parent d3abae3 commit f0949e8

File tree

4 files changed

+203
-212
lines changed

4 files changed

+203
-212
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* HTTP timeout request to Connect platform should be not less than 300 seconds.
66
* Accept Usage File is sending wrong parameter in post request.
77
* Usage processor filter "product__id" is not filtering by product id.
8+
* All fields accept null to avoid parsing errors.
89

910
## v17.2
1011

connect/models/asset.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from .configuration import Configuration
1010
from .connection import Connection
1111
from .contract import Contract
12+
from .events import Events
1213
from .item import Item
1314
from .marketplace import Marketplace
1415
from .param import Param

0 commit comments

Comments
 (0)