Skip to content

Commit

Permalink
Configure API spec deleted transcript example (#111)
Browse files Browse the repository at this point in the history
* Configure API spec deleted transcript example
  • Loading branch information
Swimburger authored Jul 30, 2024
1 parent 13c6fee commit ed0fada
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions fern/openapi-overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,74 @@ paths:
-H "Content-Type: application/octet-stream" \
--data-binary @path/to/file
/v2/transcript/{transcript_id}:
delete:
x-fern-examples:
- path-parameters:
transcript_id: "{transcript_id}"
response:
body:
{
id: "47b95ba5-8889-44d8-bc80-5de38306e582",
language_model: "assemblyai_default",
acoustic_model: "assemblyai_default",
language_code: null,
status: "completed",
audio_url: "http://deleted_by_user",
text: "Deleted by user.",
words: null,
utterances: null,
confidence: null,
audio_duration: 390,
punctuate: null,
format_text: null,
dual_channel: null,
webhook_url: "http://deleted_by_user",
webhook_status_code: null,
webhook_auth: false,
webhook_auth_header_name: null,
speed_boost: null,
auto_highlights_result: null,
auto_highlights: false,
audio_start_from: null,
audio_end_at: null,
word_boost: null,
boost_param: null,
filter_profanity: null,
redact_pii: false,
redact_pii_audio: null,
redact_pii_audio_quality: null,
redact_pii_policies: null,
redact_pii_sub: null,
speaker_labels: null,
speaker_count: null,
error: null,
content_safety: null,
iab_categories: null,
content_safety_labels: null,
iab_categories_result: null,
language_detection: null,
custom_spelling: null,
cluster_id: null,
throttled: null,
auto_chapters: false,
summarization: false,
summary_type: null,
summary_model: null,
custom_topics: null,
topics: null,
speech_threshold: null,
speech_model: null,
chapters: null,
disfluencies: true,
entity_detection: false,
entities: null,
speakers_expected: null,
summary: null,
sentiment_analysis: false,
sentiment_analysis_results: null,
}

components:
schemas:
Transcript:
Expand Down

0 comments on commit ed0fada

Please sign in to comment.