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