forked from AkkomaGang/akkoma
Merge branch 'revert-c368bf6d' into 'develop'
Revert "Merge branch 'patch-fix-open-api-spec' into 'develop'" See merge request pleroma/pleroma!3385
This commit is contained in:
commit
96fe4dd4e2
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ defp create_response do
|
||||||
access_token: %Schema{type: :string},
|
access_token: %Schema{type: :string},
|
||||||
refresh_token: %Schema{type: :string},
|
refresh_token: %Schema{type: :string},
|
||||||
scope: %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},
|
me: %Schema{type: :string},
|
||||||
expires_in: %Schema{type: :integer},
|
expires_in: %Schema{type: :integer},
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue