summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-corebank.rst20
1 files changed, 0 insertions, 20 deletions
diff --git a/core/api-corebank.rst b/core/api-corebank.rst
index 32c15c97..7ac6e813 100644
--- a/core/api-corebank.rst
+++ b/core/api-corebank.rst
@@ -174,14 +174,6 @@ Account Management
// Only admin can set this property, other user can reconfig their account
// after creation.
tan_channel?: TanChannel;
-
- // Deprecated use ``contact_data`` instead
- // will be removed in the next release
- challenge_contact_data?: ChallengeContactData;
-
- // Deprecated use ``payto_uri`` instead
- // will be removed in the next release
- internal_payto_uri?: string;
}
.. ts:def:: ChallengeContactData
@@ -279,14 +271,6 @@ Account Management
// If present, enables 2FA and set the TAN channel used for challenges
tan_channel?: TanChannel;
-
- // Deprecated use ``contact_data`` instead
- // will be removed in the next release
- challenge_contact_data?: ChallengeContactData;
-
- // Deprecated and have no effect
- // will be removed in the next release
- is_taler_exchange?: boolean;
}
**Response:**
@@ -389,10 +373,6 @@ Account Management
// Is this a taler exchange account?
is_taler_exchange: boolean;
-
- // Deprecated use ``username`` instead
- // will be removed in the next release
- account_name: string;
}
.. http:get:: /accounts