From 65794c1b20703ce87b138c290f49c88204f50b6d Mon Sep 17 00:00:00 2001 From: Carlosokumu Date: Mon, 14 Oct 2024 23:17:17 +0300 Subject: [PATCH] add api calls flag --- services/registration/pp.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/services/registration/pp.csv b/services/registration/pp.csv index fd552e4..af5b3dc 100644 --- a/services/registration/pp.csv +++ b/services/registration/pp.csv @@ -14,3 +14,4 @@ flag,flag_valid_pin,20,this is set when the given PIN is valid flag,flag_allow_update,21,this is set to allow a user to update their profile data flag,flag_single_edit,22,this is set to allow a user to edit a single profile item such as year of birth flag,flag_incorrect_date_format,23,this is set when the given year of birth is invalid +flag,flag_api_call_error,25,this is set when communication to an external service fails