Pārlūkot izejas kodu

date-times are always strings

flash-support-csp
Miss Pasture pirms 3 gadiem
vecāks
revīzija
863010ea63
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      lib/pleroma/web/api_spec/operations/account_operation.ex

+ 1
- 1
lib/pleroma/web/api_spec/operations/account_operation.ex Parādīt failu

@@ -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: :integer, format: :"date-time"},
created_at: %Schema{type: :string, format: :"date-time"},
me: %Schema{type: :string},
expires_in: %Schema{type: :integer},
#


Notiek ielāde…
Atcelt
Saglabāt