Swagger: Display operation IDs on API docs (#109255)

This commit is contained in:
Tom Ratcliffe
2025-08-06 15:47:10 +01:00
committed by GitHub
parent 72a56ad503
commit c91ad446ac
+1
View File
@@ -125,6 +125,7 @@ export const Page = () => {
tryItOutEnabled={true}
queryConfigEnabled={false}
persistAuthorization={false}
displayOperationId
/>
)}
{!url?.value && <div>...{/** TODO, we can make an api docs loading page here */}</div>}