projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03529f6
)
ChatOperation: Add media id to example
author
lain
<lain@soykaf.club>
Sun, 10 May 2020 10:30:24 +0000
(12:30 +0200)
committer
lain
<lain@soykaf.club>
Sun, 10 May 2020 10:30:24 +0000
(12:30 +0200)
lib/pleroma/web/api_spec/operations/chat_operation.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/api_spec/operations/chat_operation.ex
b/lib/pleroma/web/api_spec/operations/chat_operation.ex
index 8b9dc2e44792a0f960f8eb9c327b0642e7ee5dc8..16d3d5e22bbbc79432ac41453a1b2246ededdf40 100644
(file)
--- a/
lib/pleroma/web/api_spec/operations/chat_operation.ex
+++ b/
lib/pleroma/web/api_spec/operations/chat_operation.ex
@@
-241,7
+241,8
@@
defmodule Pleroma.Web.ApiSpec.ChatOperation do
},
required: [:content],
example: %{
- "content" => "Hey wanna buy feet pics?"
+ "content" => "Hey wanna buy feet pics?",
+ "media_id" => "134234"
}
}
end