summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-05-19 00:04:37 +0200
committerJoas Schilling <coding@schilljs.com>2020-06-10 16:26:49 +0200
commit7113f7f369e24e2824fbc6c539ce260aa7266bd6 (patch)
treebf26634a39c3da95a0757337ddceebbf787b2abf /appinfo
parent93220650a1f40c639f324a3f6f5e51ae4293517f (diff)
Endpoint to request trial
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 22074e938..68f2ffe99 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -441,5 +441,17 @@ return [
'apiVersion' => 'v1',
],
],
+
+ /**
+ * HostedSignalingServer
+ */
+ [
+ 'name' => 'HostedSignalingServer#requestTrial',
+ 'url' => '/api/{apiVersion}/hostedsignalingserver/requesttrial',
+ 'verb' => 'POST',
+ 'requirements' => [
+ 'apiVersion' => 'v1',
+ ],
+ ],
],
];