-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
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
DXCDT-245: Add guide on how to retrieve available action triggers #370
Conversation
docs/guides/action_triggers.md
Outdated
|
||
<img alt="get_api_explorer_token_1" src="https://user-images.githubusercontent.com/28300158/196163108-1a871ae9-7d98-4c4b-bb9f-a1fbf2e3fe8f.png"> | ||
|
||
Click on the **Create & Authorize Test Application** within the **API Explorer** tab. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our docs guidelines state we should prefer 'Select' to 'Click' because of screen readers and similar devices (same for other instances in this file).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
edc3e86
to
34d5dae
Compare
34d5dae
to
a122c47
Compare
Codecov ReportBase: 86.83% // Head: 86.83% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #370 +/- ##
=======================================
Coverage 86.83% 86.83%
=======================================
Files 40 40
Lines 8537 8539 +2
=======================================
+ Hits 7413 7415 +2
Misses 863 863
Partials 261 261
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
🔧 Changes
As pointed out in #329, it's quite hard to understand what are the correct trigger versions available for an action. We're trying to make this more clear by adding a guide on how to fetch an up to date list of all the triggers and their respective actions.
📚 References
🔬 Testing
📝 Checklist