Commit Graph

3 Commits

Author SHA1 Message Date
mintlify[bot] 5bf909de05 Draft improvements from user feedback: clarify ignore/sourceRef/monorepo/domain (#6408)
* docs: clarify mintignore, sourceRef, monorepo toggle, static export domain

* docs: mirror translations for mintignore/multi-repo/monorepo/static-export updates

* Apply suggestion from @ethanpalm

* Apply suggestions from code review

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

---------

Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-07-16 17:13:01 -07:00
skeptrune f6da1ed7aa Clarify which API key type each endpoint requires (#6557)
* Clarify which API key type each endpoint requires

- Append an auth line to every operation description across all five
  OpenAPI specs stating the required key type and prefix (admin mint_ vs
  assistant mint_dsc_)
- Fix discovery security scheme claiming the assistant key is safe for
  client-side code, contradicting the proxy guidance in api/introduction
- Expand the terse static-export security scheme description to match
  the other admin specs

* Drop key prefix mentions from spec descriptions
2026-07-14 11:55:15 -07:00
Justin Torre ad34d8f12d added copy for client export feature (#6300)
* added copy for client export feature

* Fail GitHub Action when export job times out

The sample workflow's wait step previously exited successfully after 60
polls even if the job was still queued/running, then called generate
bundle on an incomplete job (HTTP 409 or a broken deploy). Exit 0 only on
completed, and fail explicitly on timeout.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* update availability callouts

* add missing 400

* 💅

---------

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-06-26 14:55:20 -07:00