| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #1293 +/- ##
=======================================
Coverage 90.96% 90.96%
=======================================
Files 222 222
Lines 7501 7501
=======================================
Hits 6823 6823
Misses 678 678 ☔ View full report in Codecov by Sentry. |
Sorry, something went wrong.
| return dialog_submission(constraints["callback_id"], asyncio) | ||
| if action_type == "dialog_cancellation": | ||
| return dialog_cancellation(constraints["callback_id"], asyncio) | ||
| # https://api.slack.com/workflows/steps | ||
| # https://docs.slack.dev/legacy/legacy-steps-from-apps/ | ||
| if action_type == "workflow_step_edit": | ||
| return workflow_step_edit(constraints["callback_id"], asyncio) |
There was a problem hiding this comment.
so these reference pages will be overwritten on next release -- these are generated by devxp and just placed in here
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Updated all* links from api.slack.com to their docs.slack.dev counterpart.
*exceptions for block kit builder, /apps, and developer program links
Category
Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.