Skip to content

Commit aac69e2

Browse files
committed
REST and SWML specs: style
1 parent 52955f5 commit aac69e2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

fern/apis/signalwire-rest/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

specs/swml/calling/Methods/transcribe/main.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
};

specs/swml/calling/tsp-output/@typespec/json-schema/SWMLObject.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1894,7 +1894,7 @@
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": {

0 commit comments

Comments
 (0)