commit: 96fe4dd4e2de5d1211e0dbe9f09be502bc46e0da
parent ce9ed6c730385c2bf322f0241464a683da98ad1a
Author: Haelwenn <contact+git.pleroma.social@hacktivis.me>
Date: Thu, 1 Apr 2021 12:11:21 +0000
Merge branch 'revert-c368bf6d' into 'develop'
Revert "Merge branch 'patch-fix-open-api-spec' into 'develop'"
See merge request pleroma/pleroma!3385
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/pleroma/web/api_spec/operations/account_operation.ex b/lib/pleroma/web/api_spec/operations/account_operation.ex
@@ -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},
#