Add the absent max_featured_tags to the api spec for /api/v1/instance
This commit is contained in:
parent
b979389958
commit
06c26bf9c9
|
@ -50,6 +50,15 @@ defp instance do
|
|||
%Schema{
|
||||
type: :object,
|
||||
properties: %{
|
||||
accounts: %Schema{
|
||||
type: :object,
|
||||
properties: %{
|
||||
max_featured_tags: %Schema{
|
||||
type: :integer,
|
||||
description: "The maximum number of featured tags allowed for each account."
|
||||
}
|
||||
}
|
||||
},
|
||||
uri: %Schema{type: :string, description: "The domain name of the instance"},
|
||||
title: %Schema{type: :string, description: "The title of the website"},
|
||||
description: %Schema{
|
||||
|
|
Loading…
Reference in New Issue