Add new API method updateList

[MAILPOET-4752]
This commit is contained in:
Jan Lysý
2022-10-25 20:13:48 +02:00
committed by Aschepikov
parent 5fba25d823
commit fbf4c853c1
3 changed files with 43 additions and 0 deletions

View File

@ -18,4 +18,6 @@ class APIException extends \Exception {
const LIST_EXISTS = 15;
const FAILED_TO_SAVE_LIST = 16;
const WELCOME_FAILED_TO_SEND = 17;
const LIST_ID_REQUIRED = 18;
const FAILED_TO_UPDATE_LIST = 19;
}