1
0
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:
Awilum
2021-09-09 19:56:24 +03:00
parent 679d7d0a75
commit 29cf0fdf0f

View File

@@ -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.
*