You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/communication/data-plane/Microsoft.CommunicationServicesSms/stable/2021-03-07/communicationservicessms.json
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,10 @@
176
176
"repeatabilityResult": {
177
177
"description": "The result of a repeatable request with one of the case-insensitive values accepted or rejected.",
178
178
"type": "string",
179
-
"enum": [ "accepted", "rejected" ]
179
+
"enum": [
180
+
"accepted",
181
+
"rejected"
182
+
]
180
183
},
181
184
"successful": {
182
185
"description": "Indicates if the message is processed successfully or not.",
0 commit comments