Revert "Merge branch 'patch-fix-open-api-spec' into 'develop'"

This reverts merge request !3382
This commit is contained in:
Haelwenn 2021-04-01 12:00:58 +00:00
parent ce9ed6c730
commit 1e3db07586
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ defmodule Pleroma.Web.ApiSpec.AccountOperation do
access_token: %Schema{type: :string},
refresh_token: %Schema{type: :string},
scope: %Schema{type: :string},
created_at: %Schema{type: :string, format: :"date-time"},
created_at: %Schema{type: :integer, format: :"date-time"},
me: %Schema{type: :string},
expires_in: %Schema{type: :integer},
#