We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since it was announces that some API endpoints will be deleted, I will remove the corresponding methods. https://nulab.com/blog/product-updates/backlog/discontinued-apis-august-2024/
/api/v2/groups
getGroups
postGroups
/api/v2/groups/:groupId
getGroup
patchGroup
deleteGroup
/api/v2/statuses
getStatuses
/api/v2/projects/:projectIdOrKey/groups
getProjectGroupList
postProjectGroup
deleteProjectGroup
/api/v2/groups/:groupId/icon
getGroupIcon
They have been already marked as deprecated and will be deleted on Aug 25, 2025. This task should be done right after the deletion date.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since it was announces that some API endpoints will be deleted, I will remove the corresponding methods.
https://nulab.com/blog/product-updates/backlog/discontinued-apis-august-2024/
/api/v2/groups
->getGroups
/api/v2/groups
->postGroups
/api/v2/groups/:groupId
->getGroup
/api/v2/groups/:groupId
->patchGroup
/api/v2/groups/:groupId
->deleteGroup
/api/v2/statuses
->getStatuses
/api/v2/projects/:projectIdOrKey/groups
->getProjectGroupList
/api/v2/projects/:projectIdOrKey/groups
->postProjectGroup
/api/v2/projects/:projectIdOrKey/groups
->deleteProjectGroup
/api/v2/groups/:groupId/icon
->getGroupIcon
They have been already marked as deprecated and will be deleted on Aug 25, 2025.
This task should be done right after the deletion date.
The text was updated successfully, but these errors were encountered: