mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-08-24 21:41:31 -04:00
faccacfa12
* fix: correct the audio-to-text errors and SSE example separators
Drop app_unavailable, provider_quota_exceeded and model_currently_not_support
from the /audio-to-text 400 list: no raise site reaches them on the path the
endpoint takes. provider_not_support_speech_to_text stays, since audio_service
raises it when the tenant has no default speech-to-text model. The endpoint
uses the workspace default model, not the app's configured one, so correct
that claim too.
Separate the events in the 10 space-joined SSE examples with blank lines,
matching the wire format the response descriptions already document.
Also render triggered_from's plugin source as Integration Trigger.
* docs: standardize the web app term in the api reference
Same rule as the rest of the docs: web app / Web 应用 / Web アプリ in
prose, capitalized where a sentence starts. The operation title
Get App WebApp Settings is left alone, because Mintlify derives the
published slug /api-reference/applications/get-app-webapp-settings from
it and 18 files link there, as are the getChatWebAppSettings operationId
and the WebAppSettingsResponse schema.
* fix: title-case the web app heading in the end-user identity guide
The heading is Title Case, so the term takes Web App there rather than the body-text lowercase. The anchor is unchanged, since both forms slug to api-users-and-web-app-users-stay-separate.
(cherry picked from commit 791f0026b8)
# Conflicts:
# en/api-reference/openapi_service.json
# ja/api-reference/openapi_service.json
# zh/api-reference/openapi_service.json