Skip to content

Commit

Permalink
Revert "Update UserSession SendMessage's status code."
Browse files Browse the repository at this point in the history
This reverts commit 267aefc.
  • Loading branch information
Yu Xia committed Mar 5, 2025
1 parent f0f1b5d commit 6d59828
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ interface UserSessions {
Request = {
@bodyRoot sendMessage?: SendMessage;
},
Response = OkResponse
Response = void
>;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
}
},
"responses": {
"200": {
"description": "The request has succeeded."
"204": {
"description": "Operation completed successfully."
}
},
"operationId": "UserSessions_SendMessage",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4231,8 +4231,8 @@
}
],
"responses": {
"200": {
"description": "The request has succeeded."
"204": {
"description": "Azure operation completed successfully."
},
"default": {
"description": "An unexpected error response.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
}
},
"responses": {
"200": {
"description": "The request has succeeded."
"204": {
"description": "Operation completed successfully."
}
},
"operationId": "UserSessions_SendMessage",
Expand Down

0 comments on commit 6d59828

Please sign in to comment.