Fix type of admin_account.is_confirmed

This commit is contained in:
tusooa 2023-01-15 18:41:36 -05:00 committed by XxXCertifiedForkliftDriverXxX
parent 651979217a
commit 1268dbc562
1 changed files with 1 additions and 1 deletions

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