1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 06:06:45 +02:00

feat(routes): update route for registry

This commit is contained in:
Awilum
2022-04-26 14:22:12 +03:00
parent e5b51b614c
commit 67547de76a

View File

@@ -26,9 +26,9 @@ use function app;
* endpoint: GET /api/v0/registry
*
* Query:
* key - [REQUIRED] - Unique identifier of the registry item key.
* id - [REQUIRED] - Unique identifier of the registry item.
* token - [REQUIRED] - Valid public token.
* default - [OPTIONAL] - Default value for registry item key.
* default - [OPTIONAL] - Default value for registry item.
*
* Returns:
* An array of registry objects.