Jake Vanderwerf
2026-02-10 6d4396cc8a7c715a259a0ff3072890f0640c79df
inc/rest/routes/ContentRoutes.php
@@ -96,7 +96,8 @@
            'user'   => 'int|required',
            'posts' => 'required',
            'content' => 'string',
         ]);
         ])
         ->register();
   }
   protected function initTimelineFields(string $content): void