OpenAPI: Add admin: scope prefix to admin operations
Also splits "Emoji packs" to two categories: "Emoji pack administration" and "Emoji packs"
This commit is contained in:
parent
6d66fadea7
commit
95a22c1cc2
13 changed files with 54 additions and 54 deletions
|
|
@ -85,7 +85,7 @@ defmodule Pleroma.Web.ApiSpec do
|
|||
"name" => "Administration",
|
||||
"tags" => [
|
||||
"Chat administration",
|
||||
"Emoji packs",
|
||||
"Emoji pack administration",
|
||||
"Frontend managment",
|
||||
"Instance configuration",
|
||||
"Instance documents",
|
||||
|
|
@ -127,7 +127,7 @@ defmodule Pleroma.Web.ApiSpec do
|
|||
"Status actions"
|
||||
]
|
||||
},
|
||||
%{"name" => "Miscellaneous", "tags" => ["Reports", "Suggestions"]}
|
||||
%{"name" => "Miscellaneous", "tags" => ["Emoji packs", "Reports", "Suggestions"]}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue