mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Updated docs
This commit is contained in:
@@ -87,7 +87,7 @@ $utopia->get('/v1/locale/countries/eu')
|
||||
->label('scope', 'locale.read')
|
||||
->label('sdk.namespace', 'locale')
|
||||
->label('sdk.method', 'getCountriesEU')
|
||||
->label('sdk.description', 'List of all countries that are currently members of the EU. You can use the locale header to get the data in supported language.')
|
||||
->label('sdk.description', 'List of all countries that are currently members of the EU. You can use the locale header to get the data in supported language. UK brexit date is currently set to 2019-10-31 and will be updated if and when needed.')
|
||||
->action(
|
||||
function() use ($response, $request)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user