diff --git a/src/flextype/routes/endpoints/entries.php b/src/flextype/routes/endpoints/entries.php index a03922a2..d67b3798 100644 --- a/src/flextype/routes/endpoints/entries.php +++ b/src/flextype/routes/endpoints/entries.php @@ -35,8 +35,7 @@ app()->get('/api/entries', [Entries::class, 'fetch']); * * Body: * id - [REQUIRED] - Unique identifier of the entry. - * token - - * [REQUIRED] - Valid public token. + * token - [REQUIRED] - Valid public token. * access_token - [REQUIRED] - Valid access token. * data - [REQUIRED] - Data to store for the entry. *