@@ -48,8 +48,8 @@ def test_method_create_with_all_params(self, client: PostForMe) -> None:
4848 "disclose_branded_content" : True ,
4949 "disclose_your_brand" : True ,
5050 "link" : "link" ,
51- "location" : "reels" ,
5251 "media" : ["string" ],
52+ "placement" : "reels" ,
5353 "privacy_status" : "privacy_status" ,
5454 "title" : "title" ,
5555 },
@@ -73,10 +73,13 @@ def test_method_create_with_all_params(self, client: PostForMe) -> None:
7373 "facebook" : {
7474 "caption" : {},
7575 "media" : ["string" ],
76+ "placement" : "reels" ,
7677 },
7778 "instagram" : {
7879 "caption" : {},
80+ "collaborators" : ["string" ],
7981 "media" : ["string" ],
82+ "placement" : "reels" ,
8083 },
8184 "linkedin" : {
8285 "caption" : {},
@@ -90,8 +93,8 @@ def test_method_create_with_all_params(self, client: PostForMe) -> None:
9093 },
9194 "threads" : {
9295 "caption" : {},
93- "location" : "reels" ,
9496 "media" : ["string" ],
97+ "placement" : "reels" ,
9598 },
9699 "tiktok" : {
97100 "allow_comment" : True ,
@@ -229,8 +232,8 @@ def test_method_update_with_all_params(self, client: PostForMe) -> None:
229232 "disclose_branded_content" : True ,
230233 "disclose_your_brand" : True ,
231234 "link" : "link" ,
232- "location" : "reels" ,
233235 "media" : ["string" ],
236+ "placement" : "reels" ,
234237 "privacy_status" : "privacy_status" ,
235238 "title" : "title" ,
236239 },
@@ -254,10 +257,13 @@ def test_method_update_with_all_params(self, client: PostForMe) -> None:
254257 "facebook" : {
255258 "caption" : {},
256259 "media" : ["string" ],
260+ "placement" : "reels" ,
257261 },
258262 "instagram" : {
259263 "caption" : {},
264+ "collaborators" : ["string" ],
260265 "media" : ["string" ],
266+ "placement" : "reels" ,
261267 },
262268 "linkedin" : {
263269 "caption" : {},
@@ -271,8 +277,8 @@ def test_method_update_with_all_params(self, client: PostForMe) -> None:
271277 },
272278 "threads" : {
273279 "caption" : {},
274- "location" : "reels" ,
275280 "media" : ["string" ],
281+ "placement" : "reels" ,
276282 },
277283 "tiktok" : {
278284 "allow_comment" : True ,
@@ -466,8 +472,8 @@ async def test_method_create_with_all_params(self, async_client: AsyncPostForMe)
466472 "disclose_branded_content" : True ,
467473 "disclose_your_brand" : True ,
468474 "link" : "link" ,
469- "location" : "reels" ,
470475 "media" : ["string" ],
476+ "placement" : "reels" ,
471477 "privacy_status" : "privacy_status" ,
472478 "title" : "title" ,
473479 },
@@ -491,10 +497,13 @@ async def test_method_create_with_all_params(self, async_client: AsyncPostForMe)
491497 "facebook" : {
492498 "caption" : {},
493499 "media" : ["string" ],
500+ "placement" : "reels" ,
494501 },
495502 "instagram" : {
496503 "caption" : {},
504+ "collaborators" : ["string" ],
497505 "media" : ["string" ],
506+ "placement" : "reels" ,
498507 },
499508 "linkedin" : {
500509 "caption" : {},
@@ -508,8 +517,8 @@ async def test_method_create_with_all_params(self, async_client: AsyncPostForMe)
508517 },
509518 "threads" : {
510519 "caption" : {},
511- "location" : "reels" ,
512520 "media" : ["string" ],
521+ "placement" : "reels" ,
513522 },
514523 "tiktok" : {
515524 "allow_comment" : True ,
@@ -647,8 +656,8 @@ async def test_method_update_with_all_params(self, async_client: AsyncPostForMe)
647656 "disclose_branded_content" : True ,
648657 "disclose_your_brand" : True ,
649658 "link" : "link" ,
650- "location" : "reels" ,
651659 "media" : ["string" ],
660+ "placement" : "reels" ,
652661 "privacy_status" : "privacy_status" ,
653662 "title" : "title" ,
654663 },
@@ -672,10 +681,13 @@ async def test_method_update_with_all_params(self, async_client: AsyncPostForMe)
672681 "facebook" : {
673682 "caption" : {},
674683 "media" : ["string" ],
684+ "placement" : "reels" ,
675685 },
676686 "instagram" : {
677687 "caption" : {},
688+ "collaborators" : ["string" ],
678689 "media" : ["string" ],
690+ "placement" : "reels" ,
679691 },
680692 "linkedin" : {
681693 "caption" : {},
@@ -689,8 +701,8 @@ async def test_method_update_with_all_params(self, async_client: AsyncPostForMe)
689701 },
690702 "threads" : {
691703 "caption" : {},
692- "location" : "reels" ,
693704 "media" : ["string" ],
705+ "placement" : "reels" ,
694706 },
695707 "tiktok" : {
696708 "allow_comment" : True ,
0 commit comments