From 6e948408c6af4e982e0a8b5685979d452f511024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Casaj=C3=BAs?= Date: Thu, 12 May 2022 18:50:27 +0200 Subject: [PATCH] Updated api docs --- docs/api.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/api.md b/docs/api.md index 04e2373c..ae6bb357 100644 --- a/docs/api.md +++ b/docs/api.md @@ -600,6 +600,14 @@ Return 200 and `existed=true` if contact is already added. } ``` +It can return 403 with an error if the user cannot create reverse alias. + +``json +{ + "error": "Please upgrade to create a reverse-alias" +} +``` + ### Mailbox endpoints #### GET /api/v2/mailboxes