Merge branch 'fix/reblog-api' into 'develop'
Fix Reblog API Closes #2423 See merge request pleroma/pleroma!3261
This commit is contained in:
commit
958a7f6ed0
3 changed files with 34 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ defmodule Pleroma.Web.ApiSpec.StatusOperation do
|
|||
request_body("Parameters", %Schema{
|
||||
type: :object,
|
||||
properties: %{
|
||||
visibility: %Schema{allOf: [VisibilityScope], default: "public"}
|
||||
visibility: %Schema{allOf: [VisibilityScope]}
|
||||
}
|
||||
}),
|
||||
responses: %{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue