We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PUT /_matrix/client/r0/rooms/:ROOM_ID/state/:EVENT_TYPE/:STATE_KEY
Should be updated to use newer version. However, remember to refactor our SimpleMatrixClient to use it also at fi.hg.matrix.
The request DTO is SetRoomStateByTypeRequestDTO.
SetRoomStateByTypeRequestDTO
The response DTO is PutRoomStateWithEventTypeResponseDTO.
PutRoomStateWithEventTypeResponseDTO
The text was updated successfully, but these errors were encountered:
Added initial controller route for #8
9e500b8
Added DTOs for heusalagroup/hghs#8
e6697b0
Added initial DTOs for #8
bf58f81
No branches or pull requests
PUT /_matrix/client/r0/rooms/:ROOM_ID/state/:EVENT_TYPE/:STATE_KEY
Should be updated to use newer version. However, remember to refactor our SimpleMatrixClient to use it also at fi.hg.matrix.
The request DTO is
SetRoomStateByTypeRequestDTO
.The response DTO is
PutRoomStateWithEventTypeResponseDTO
.See also
The text was updated successfully, but these errors were encountered: