Attempting to send data to Notion using Apple Shortcuts. Can't seem to figure out the error with the json. Can someone help me figure out the error?
{"status":400,"object":"error","code":"validation_error","message":"body failed validation: body.properties.Date.date.date should be not present, instead was \"2023-01-02\"
."}
Here is the json -
{"parent": {
"database_id": "d2bf122f-a01d-4aa5-bf2d-195489b9c548"},"properties": {
"Date": {
"type": "date",
"date": {
"date": "Date"
}
},
"Subcategory": {
"title": [
{
"text": {
"content": "Subcategory"
}
}
]
},
"Month": {
"type": "multi_select",
"multi_select": {
"name": "Month"
}
},
"Name": {
"type": "text",
"text": {
"content": "Name"
}
},
"Amount": {
"type": "number",
"number": "Amount"
}}}