From 7e44edad42cb5c69a5ed6a2b3047d7f9bb385d05 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Tue, 26 Dec 2017 15:12:10 +0200 Subject: [PATCH] Added API docs --- server/pages/Api.js | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/server/pages/Api.js b/server/pages/Api.js index e5f842b4b..419193a04 100644 --- a/server/pages/Api.js +++ b/server/pages/Api.js @@ -463,6 +463,43 @@ export default function Pricing() { + + + + List team's users. This endpoint is only available for admin + users. + + + + + + + Promote a user to be a team admin. This endpoint is only available + for admin users. + + + + + + + + + Demote existing team admin if there are more than one as one admin + is always required. This endpoint is only available for admin + users. + + + + +