json/v1.0/account.json in sk_api_schema-0.10.5 vs json/v1.0/account.json in sk_api_schema-0.10.6
- old
+ new
@@ -36,14 +36,14 @@
"budget":{
"description": "If an account is used to track budgetary things f.ex. projects, this fields can be used to perform calculations like: Are we still inside the allowed budget?",
"type":"number"
},
"default_price":{
- "description": "The default price single for new account entries. Is only used if price single is left empty on create.",
+ "description": "The default price single for new account entries, if price single is empty on create. Max 6 decimal places.",
"type":"number"
},
"default_unit":{
- "description": "The default quantity unit for new account entries. Is only used if unit is left empty on create.",
+ "description": "The default quantity unit for new account entries, if unit is empty on create.",
"type":"string",
"maxLength": 30
},
"hide_fields":{
"description": "A list of account entry field names. The fields are hidden on account entry lists and forms so one can focus on the important inputs. For example hide: tax,description,billed_at",