x-mint test - #152
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Confidence Score: 4/5The PR is not ready to merge because the audit-log reference still lacks the required parameter-expansion configuration. The previously reported removal of Files Needing Attention: docs.json and openapi/platform.openapi.json
|
| Filename | Overview |
|---|---|
| docs.json | Adds the new navigation groups, but the previously requested parameter-expansion configuration remains absent. |
| openapi/platform.openapi.json | Defines the audit-log query endpoint and schemas; its role metadata does not restore the outstanding expansion behavior. |
| reference/query-organization-audit-logs.mdx | Correctly maps the reference page to the new POST operation. |
Reviews (9): Last reviewed commit: "fixup" | Re-trigger Greptile
8de9ec3 to
dd99541
Compare
| { | ||
| "api": { | ||
| "params": { | ||
| "expand": "all", |
There was a problem hiding this comment.
Parameter expansion key ignored
When Mintlify renders the audit-log reference, it looks for api.params.expanded, so the new expand setting is ignored and the endpoint parameters remain collapsed.
| "expand": "all", | |
| "expanded": "all", |
Knowledge Base Used: API Reference (reference/ and openapi/)
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
No description provided.