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 563fecf commit d2d9664Copy full SHA for d2d9664
atlassian/insight.py
@@ -565,7 +565,7 @@ def get_object_type_attributes(
565
params.update({k: v for k, v in kwargs if v is not None and k not in ["self", "type_id"]})
566
567
return self.get(
568
- "{0}objecttype/{1}/attributes".format(self.api_root, type_id),
+ "{0}/objecttype/{1}/attributes".format(self.api_root, type_id),
569
headers=self.experimental_headers,
570
params=params,
571
)
0 commit comments