Skip to content

Commit 15660ae

Browse files
rperezzamoraLeiWang3
authored andcommitted
fixing typo in closing param tag (Azure#16873)
1 parent b099a59 commit 15660ae

File tree

1 file changed

+4
-0
lines changed
  • specification/communication/data-plane/ShortCodes/preview/2021-10-25-preview

1 file changed

+4
-0
lines changed

specification/communication/data-plane/ShortCodes/preview/2021-10-25-preview/shortcodes.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
"tags": [
166166
"ShortCodes - ProgramBrief"
167167
],
168+
"summary": "Get a US Program Brief by id.",
168169
"operationId": "ShortCodes_GetUSProgramBrief",
169170
"produces": [
170171
"application/json"
@@ -173,6 +174,7 @@
173174
{
174175
"in": "path",
175176
"name": "programBriefId",
177+
"description": "Program Brief Id. Must be a valid GUID",
176178
"required": true,
177179
"type": "string",
178180
"format": "uuid"
@@ -207,6 +209,7 @@
207209
"tags": [
208210
"ShortCodes - ProgramBrief"
209211
],
212+
"summary": "Submits a US Program Brief for review.",
210213
"operationId": "ShortCodes_SubmitUSProgramBrief",
211214
"produces": [
212215
"application/json"
@@ -215,6 +218,7 @@
215218
{
216219
"in": "path",
217220
"name": "programBriefId",
221+
"description": "Program Brief Id. Must be a valid GUID",
218222
"required": true,
219223
"type": "string",
220224
"format": "uuid"

0 commit comments

Comments
 (0)