Fix type of admin_account.is_confirmed

This commit is contained in:
tusooa 2023-01-15 18:41:36 -05:00
parent 3b4b84b74c
commit 5af9ce4a01
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224

View file

@ -143,7 +143,7 @@ defmodule Pleroma.Web.ApiSpec.Admin.StatusOperation do
}
},
tags: %Schema{type: :string},
is_confirmed: %Schema{type: :string}
is_confirmed: %Schema{type: :boolean}
}
}
end