File tree Expand file tree Collapse file tree
fern/apis/signalwire-rest
tsp-output/@typespec/json-schema Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37606,7 +37606,7 @@ components:
3760637606 status_url:
3760737607 type: string
3760837608 format: uri
37609- description: An http or https URL that receives the status callback when the transcription finishes
37609+ description: An HTTP or HTTPS URL that receives the status callback when the transcription finishes
3761037610 examples:
3761137611 - https://example.com/transcribe-status
3761237612 unevaluatedProperties:
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ model Transcribe {
1313 To stop it, use the `transcribe_stop` method.
1414 """ )
1515 transcribe : {
16- @ doc ("An http or https URL that receives the status callback when the transcription finishes" )
16+ @ doc ("An HTTP or HTTPS URL that receives the status callback when the transcription finishes" )
1717 @ example ("https://example.com/transcribe-status" )
1818 status_url ? : url ;
1919 };
Original file line number Diff line number Diff line change 18941894 "examples": [
18951895 "https://example.com/transcribe-status"
18961896 ],
1897- "description": "An http or https URL that receives the status callback when the transcription finishes"
1897+ "description": "An HTTP or HTTPS URL that receives the status callback when the transcription finishes"
18981898 }
18991899 },
19001900 "unevaluatedProperties": {
You can’t perform that action at this time.
0 commit comments