summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2021-04-01 12:11:21 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2021-04-01 12:11:21 +0000
commit96fe4dd4e2de5d1211e0dbe9f09be502bc46e0da (patch)
treed5027309e8a7b702c39dada0c6b7f017652482d4
parentce9ed6c730385c2bf322f0241464a683da98ad1a (diff)
parent1e3db075861198417bca36f4f2b0f29c2367c77e (diff)
Merge branch 'revert-c368bf6d' into 'develop'
Revert "Merge branch 'patch-fix-open-api-spec' into 'develop'" See merge request pleroma/pleroma!3385
-rw-r--r--lib/pleroma/web/api_spec/operations/account_operation.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/operations/account_operation.ex b/lib/pleroma/web/api_spec/operations/account_operation.ex
index 08d68893a..54e5ebc76 100644
--- 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},
#