Skip to content

Commit d2d9664

Browse files
movax01hАнтон Охонцев
and
Антон Охонцев
authored
Fix API url for getting objecttype attributes (atlassian-api#1119)
Co-authored-by: Антон Охонцев <aaohontsev@sbercloud.ru>
1 parent 563fecf commit d2d9664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atlassian/insight.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ def get_object_type_attributes(
565565
params.update({k: v for k, v in kwargs if v is not None and k not in ["self", "type_id"]})
566566

567567
return self.get(
568-
"{0}objecttype/{1}/attributes".format(self.api_root, type_id),
568+
"{0}/objecttype/{1}/attributes".format(self.api_root, type_id),
569569
headers=self.experimental_headers,
570570
params=params,
571571
)

0 commit comments

Comments
 (0)