We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3545bfd commit 873bbd3Copy full SHA for 873bbd3
tools/json_generator/output/ResourceManager/ResourceManager.json
@@ -68,6 +68,29 @@
68
]
69
}
70
},
71
+ "reserveTTSResourceForApps": {
72
+ "summary": "Reserves the Text To speech Resource for specified clients",
73
+ "params": {
74
+ "type": "object",
75
+ "properties":{
76
+ "appids": {
77
+ "summary": "A list of application callsigns",
78
+ "type": "array",
79
+ "items": {
80
+ "type": "string",
81
+ "example": "xumo"
82
+ },
83
+ "minItems": 1
84
+ }
85
86
+ "required": [
87
+ "appids"
88
+ ]
89
90
+ "result": {
91
+ "$ref": "#/common/result"
92
93
94
"reserveTTSResource": {
95
"summary": "Reserves the Text To speech Resource for specified client.",
96
"params": {
0 commit comments