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 584f197 commit be28489Copy full SHA for be28489
1 file changed
src/tools/endpoint_index.py
@@ -161,6 +161,7 @@ def build_index_from_swagger(self, swagger_data: Dict[str, Any]) -> None:
161
"requestBody": details.get("requestBody"),
162
"responses": details.get("responses", {}),
163
"security": details.get("security", []),
164
+ "roles": details.get("roles", [])
165
}
166
167
logger.info(f"Built index with {len(self._index)} endpoints")
0 commit comments