We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02cb568 commit e14e1adCopy full SHA for e14e1ad
src/pages/api-doc/index.jsx
@@ -66,6 +66,10 @@ function ApiDoc() {
66
<iframe className="embed-responsive-item"
67
src="https://stage-swagger-api-support.lambdatestinternal.com/hyperexecute/index.html"></iframe>
68
</TabItem>
69
+ <TabItem value="accessibility-testing" label="Accessibility Testing">
70
+ <iframe className="embed-responsive-item"
71
+ src="https://stage-swagger-api-support.lambdatestinternal.com/accessibility/index.html"></iframe>
72
+ </TabItem>
73
<TabItem value="auditlogs" label="Audit Logs">
74
75
src="https://stage-swagger-api-support.lambdatestinternal.com/audit-logs/index.html"></iframe>
0 commit comments