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 c73560e commit a973921Copy full SHA for a973921
src/Collections/Tags.php
@@ -43,7 +43,7 @@ public function create($tag)
43
{
44
$params = [$tag => ['sites' => [$this->org_site_membership->getSite()->id,],],];
45
$this->request->request(
46
- "organizations/{$this->org_site_membership->getOrganization()->id}/tags",
+ "organizations/{$this->org_site_membership->id}/tags",
47
['method' => 'put', 'form_params' => $params,]
48
);
49
$this->getContainer()->add($this->collected_class)
0 commit comments