0

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"
}}}
Raijah03
  • 1
  • 2
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Jan 02 '23 at 16:38

0 Answers0