1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12:00

Updated keys descriptions

This commit is contained in:
eldadfux 2019-10-09 16:58:22 +03:00
parent 347a466f32
commit 4f107a7319

View file

@ -499,13 +499,13 @@ $utopia->get('/v1/open-api-2.json')
'Project' => [
'type' => 'apiKey',
'name' => 'X-Appwrite-Project',
'description' => 'Your Appwrite project ID. You can find your project ID in your Appwrite console project settings.',
'description' => 'Your Appwrite project ID',
'in' => 'header',
],
'Key' => [
'type' => 'apiKey',
'name' => 'X-Appwrite-Key',
'description' => 'Your Appwrite project secret key. You can can create a new API key from your Appwrite console API keys dashboard.',
'description' => 'Your Appwrite project secret key',
'in' => 'header',
],
'Locale' => [