Hey,
I am using APIGEE portal to host my open API Specs, but I want to disable the "try this api" section in my doc, how can I configure that?
Thanks!
Hello,
This should be possible with custom css you can add to your portal.
Sample code can be found here:
.main .main-content .apis-explorer:not(.apix-wide-layout) {
display: none;
}
Let me know if this works - thanks!
Hey @Robin_456, just checking in! I saw you got a response—hope it helped! If it worked for you, feel free to mark it as the accepted solution—it helps others in the community who might have the same question.
And big thanks to @hartmann for jumping in and sharing insights!
Looking forward to your update!