json/v1.0/contact.json in sk_api_schema-0.8.0 vs json/v1.0/contact.json in sk_api_schema-0.8.1
- old
+ new
@@ -89,10 +89,11 @@
"description": "An url associated with the person, e.g its company website.",
"type":"string",
"maxLength": 255
},
"birthday":{
+ "description": "The birthday. YYYY-MM-DD",
"format":"date",
"type":"string"
},
"tag_list":{
"description": "Space separated list of tags. Are split and saved as Tag objects on create, update.",
@@ -211,11 +212,11 @@
"lead_ref":{
"description": "Lead reference e.g. a tracking id, web-url",
"type":"text"
},
"lead_date":{
- "description": "Lead date e.g. date of first contact with your company",
+ "description": "Lead date e.g. date of first contact with your company. YYYY-MM-DD",
"format":"date",
"type":"string"
},
"converted_at":{
"description": "Date the contact converted from lead to client or any other contact type (supplier)",
@@ -267,16 +268,16 @@
"format" : "date-time",
"type" : "string"
},
"filter[birthday_from]":{
"title" : "From birthday date",
- "description": "Contacts with a birthday after and on the date. Leave the birthday-to date blank to only search on this day.",
+ "description": "Contacts with a birthday after and on the date. Leave the birthday-to date blank to only search on this day. YYYY-MM-DD",
"format" : "date",
"type" : "string"
},
"filter[birthday_to]":{
"title" : "To birthday date",
- "description": "Contacts with a birthday date before and on the date.",
+ "description": "Contacts with a birthday date before and on the date. YYYY-MM-DD",
"format" : "date",
"type" : "string"
},
"filter[creator_ids]":{
"title" : "Creator",
\ No newline at end of file