Add JSONField for device metadata (#2550)

This commit is contained in:
Raphael Michel
2022-03-24 11:55:44 +01:00
committed by GitHub
parent 2486c3d205
commit 9e5403333c
5 changed files with 33 additions and 3 deletions
+2 -1
View File
@@ -99,7 +99,8 @@ following endpoint:
"hardware_brand": "Samsung",
"hardware_model": "Galaxy S",
"software_brand": "pretixdroid",
"software_version": "4.1.0"
"software_version": "4.1.0",
"info": {"arbitrary": "data"}
}
You will receive a response equivalent to the response of your initialization request.