Rename EmojiAPIController to EmojiPackController
[akkoma] / lib / pleroma / web / api_spec / operations / filter_operation.ex
index 53e57b46bc6ce04919aa7efb252d248c625d1b1c..7310c1c4d5e0e49c072d9f8629f5c0aa9e92e3d0 100644 (file)
@@ -199,12 +199,14 @@ defmodule Pleroma.Web.ApiSpec.FilterOperation do
             "Array of enumerable strings `home`, `notifications`, `public`, `thread`. At least one context must be specified."
         },
         irreversible: %Schema{
-          type: :bolean,
+          type: :boolean,
+          nullable: true,
           description:
             "Should the server irreversibly drop matching entities from home and notifications?"
         },
         whole_word: %Schema{
-          type: :bolean,
+          type: :boolean,
+          nullable: true,
           description: "Consider word boundaries?",
           default: true
         }