You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Initialize two OpenAPI specs - one for all paths and one for public paths
199
205
allPathsSpec:=createInitialSpec("EigenLayer API Specification", "Complete API specification for the EigenLayer protocol, including all services and types.")
200
-
publicPathsSpec:=createInitialSpec("EigenLayer Public API Specification", "Public API specification for the EigenLayer protocol, containing only publicly accessible endpoints.")
206
+
publicPathsSpec:=createInitialPublicSpec("EigenLayer Public API Specification", "Public API specification for the EigenLayer protocol, containing only publicly accessible endpoints.")
0 commit comments