@@ -342,6 +342,7 @@ def test_method_upsert_with_all_params(self, client: KnockMgmt) -> None:
342342 "archived_at" : parse_datetime ("2019-12-27T18:11:19.117Z" ),
343343 "deleted_at" : parse_datetime ("2019-12-27T18:11:19.117Z" ),
344344 "description" : "A guide to help users get started with the application" ,
345+ "tags" : ["string" ],
345346 "target_audience_id" : None ,
346347 "target_property_conditions" : {
347348 "all" : [
@@ -484,6 +485,7 @@ def test_method_validate_with_all_params(self, client: KnockMgmt) -> None:
484485 "archived_at" : parse_datetime ("2019-12-27T18:11:19.117Z" ),
485486 "deleted_at" : parse_datetime ("2019-12-27T18:11:19.117Z" ),
486487 "description" : "A guide to help users get started with the application" ,
488+ "tags" : ["string" ],
487489 "target_audience_id" : None ,
488490 "target_property_conditions" : {
489491 "all" : [
@@ -895,6 +897,7 @@ async def test_method_upsert_with_all_params(self, async_client: AsyncKnockMgmt)
895897 "archived_at" : parse_datetime ("2019-12-27T18:11:19.117Z" ),
896898 "deleted_at" : parse_datetime ("2019-12-27T18:11:19.117Z" ),
897899 "description" : "A guide to help users get started with the application" ,
900+ "tags" : ["string" ],
898901 "target_audience_id" : None ,
899902 "target_property_conditions" : {
900903 "all" : [
@@ -1037,6 +1040,7 @@ async def test_method_validate_with_all_params(self, async_client: AsyncKnockMgm
10371040 "archived_at" : parse_datetime ("2019-12-27T18:11:19.117Z" ),
10381041 "deleted_at" : parse_datetime ("2019-12-27T18:11:19.117Z" ),
10391042 "description" : "A guide to help users get started with the application" ,
1043+ "tags" : ["string" ],
10401044 "target_audience_id" : None ,
10411045 "target_property_conditions" : {
10421046 "all" : [
0 commit comments