From 29cf0fdf0f17b06662b81ea8c9639fd03fd160a4 Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 9 Sep 2021 19:56:24 +0300 Subject: [PATCH] feat(endpoints): typo update --- src/flextype/routes/endpoints/entries.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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. *