Add ability to set a default post expiry (#321)
[akkoma] / lib / pleroma / web / api_spec / schemas / account.ex
index 5d3ac9cd0dd3c82c75c9348b77d862e4a69c06dd..2693eaceb90cffb9dbd0b2ee7266cad70dae3abf 100644 (file)
@@ -109,6 +109,12 @@ defmodule Pleroma.Web.ApiSpec.Schemas.Account do
           }
         }
       },
+      akkoma: %Schema{
+        type: :object,
+        properties: %{
+          note_ttl_days: %Schema{type: :integer}
+        }
+      },
       source: %Schema{
         type: :object,
         properties: %{