diff --git a/src/flextype/routes/endpoints/registry.php b/src/flextype/routes/endpoints/registry.php index 5f7217b6..1f3e7e1c 100644 --- a/src/flextype/routes/endpoints/registry.php +++ b/src/flextype/routes/endpoints/registry.php @@ -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.