File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
specification/communication/data-plane/ShortCodes/preview/2021-10-25-preview Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 165
165
"tags" : [
166
166
" ShortCodes - ProgramBrief"
167
167
],
168
+ "summary" : " Get a US Program Brief by id." ,
168
169
"operationId" : " ShortCodes_GetUSProgramBrief" ,
169
170
"produces" : [
170
171
" application/json"
173
174
{
174
175
"in" : " path" ,
175
176
"name" : " programBriefId" ,
177
+ "description" : " Program Brief Id. Must be a valid GUID" ,
176
178
"required" : true ,
177
179
"type" : " string" ,
178
180
"format" : " uuid"
207
209
"tags" : [
208
210
" ShortCodes - ProgramBrief"
209
211
],
212
+ "summary" : " Submits a US Program Brief for review." ,
210
213
"operationId" : " ShortCodes_SubmitUSProgramBrief" ,
211
214
"produces" : [
212
215
" application/json"
215
218
{
216
219
"in" : " path" ,
217
220
"name" : " programBriefId" ,
221
+ "description" : " Program Brief Id. Must be a valid GUID" ,
218
222
"required" : true ,
219
223
"type" : " string" ,
220
224
"format" : " uuid"
You can’t perform that action at this time.
0 commit comments