mirror of
https://github.com/flextype/flextype.git
synced 2025-08-10 23:24:04 +02:00
feat(endpoints): typo update
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user