Merge branch '0.16.x' into fix-unaccepted-invitation-access

This commit is contained in:
Bradley Schofield
2022-09-01 10:17:11 +01:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -14,6 +14,7 @@ use Utopia\Validator\Integer;
use Utopia\Validator\Text;
use Utopia\Storage\Validator\File;
use Utopia\Validator\WhiteList;
use Utopia\Database\ID;
App::get('/v1/mock/tests/foo')
->desc('Get Foo')
Generated
+1 -1
View File
@@ -5386,5 +5386,5 @@
"platform-overrides": {
"php": "8.0"
},
"plugin-api-version": "2.2.0"
"plugin-api-version": "2.3.0"
}