Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Category削除のpathが間違っている #19

Open
NaokiHamada opened this issue Mar 15, 2022 · 0 comments · May be fixed by #20
Open

Category削除のpathが間違っている #19

NaokiHamada opened this issue Mar 15, 2022 · 0 comments · May be fixed by #20

Comments

@NaokiHamada
Copy link

Category.delete_category() 内の path が間違っているため、Categoryの削除に失敗します。
余分な /projects を取り除くと正常に削除できることを確認しました(PR参照)。

path = self.base_path + '/projects/{project_id_or_key}/categories/{category_id}'\

@NaokiHamada NaokiHamada linked a pull request Mar 15, 2022 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant