mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Add referenceType and reference parameters to Create deployment template
This commit is contained in:
parent
4dc4cc2c11
commit
c2ea1b5877
1 changed files with 4 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ use Utopia\Database\Document;
|
||||||
use Utopia\Database\Helpers\ID;
|
use Utopia\Database\Helpers\ID;
|
||||||
use Utopia\Database\Helpers\Permission;
|
use Utopia\Database\Helpers\Permission;
|
||||||
use Utopia\Database\Helpers\Role;
|
use Utopia\Database\Helpers\Role;
|
||||||
|
use Utopia\Database\Validator\Authorization;
|
||||||
use Utopia\Database\Validator\UID;
|
use Utopia\Database\Validator\UID;
|
||||||
use Utopia\Platform\Action;
|
use Utopia\Platform\Action;
|
||||||
use Utopia\Platform\Scope\HTTP;
|
use Utopia\Platform\Scope\HTTP;
|
||||||
|
|
@ -131,7 +132,9 @@ class Create extends Base
|
||||||
template: $template,
|
template: $template,
|
||||||
github: $github,
|
github: $github,
|
||||||
activate: $activate,
|
activate: $activate,
|
||||||
authorization: $authorization
|
authorization: $authorization,
|
||||||
|
referenceType: $type,
|
||||||
|
reference: $reference
|
||||||
);
|
);
|
||||||
|
|
||||||
$queueForEvents
|
$queueForEvents
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue