summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/otptoken_batch_del.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/otptoken_batch_del.json')
-rw-r--r--install/ui/test/data/otptoken_batch_del.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/install/ui/test/data/otptoken_batch_del.json b/install/ui/test/data/otptoken_batch_del.json
new file mode 100644
index 000000000..7fff0a0c5
--- /dev/null
+++ b/install/ui/test/data/otptoken_batch_del.json
@@ -0,0 +1,27 @@
+{
+ "error": null,
+ "id": null,
+ "result": {
+ "count": 1,
+ "messages": [
+ {
+ "code": 13001,
+ "message": "API Version number was not sent, forward compatibility not guaranteed. Assuming server's API version, 2.83",
+ "name": "VersionMissing",
+ "type": "warning"
+ }
+ ],
+ "results": [
+ {
+ "error": null,
+ "result": {
+ "failed": []
+ },
+ "summary": "Deleted OTP token \"10bd43b5-3204-4695-9225-91064f6c77b3\"",
+ "value": [
+ "10bd43b5-3204-4695-9225-91064f6c77b3"
+ ]
+ }
+ ]
+ }
+}