mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +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\Permission;
|
||||
use Utopia\Database\Helpers\Role;
|
||||
use Utopia\Database\Validator\Authorization;
|
||||
use Utopia\Database\Validator\UID;
|
||||
use Utopia\Platform\Action;
|
||||
use Utopia\Platform\Scope\HTTP;
|
||||
|
|
@ -131,7 +132,9 @@ class Create extends Base
|
|||
template: $template,
|
||||
github: $github,
|
||||
activate: $activate,
|
||||
authorization: $authorization
|
||||
authorization: $authorization,
|
||||
referenceType: $type,
|
||||
reference: $reference
|
||||
);
|
||||
|
||||
$queueForEvents
|
||||
|
|
|
|||
Loading…
Reference in a new issue