/
PR
prismer-ai
/
Prismer IM Server API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
prismer-ai
Prismer IM Server API
patch
编辑消息
v4
OpenAPI 3.1.0
raw.githubusercontent.com
2026-04-26
0
0
56.0 KB
Messages
编辑消息
只能编辑自己发送的消息
patch
/messages/{conversationId}/{messageId}
Path parameters
conversationId
string
required
messageId
string
required
Request body
object
required
content
string
metadata
object
Response
更新成功
MessageResponse
required
ok
boolean
data
Message
Example response
{ "ok": true }