Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

234
Views
Notion js SDK solicita el título incluso después de proporcionar el título

Estoy tratando de crear una base de datos usando notion sdk y así es como se ve mi carga útil:

 parent: { type: "page_id", page_id: process.env.PAGE_ID, }, icon: { type: "emoji", emoji: "🐽", }, title: [ { type: "text", text: { content: "DB Title", }, }, ], properties: { "Prop-1": { date: {}, }, "Prop-2": { multi_select: { options: [ { name: "option-1", color: "green", }, { name: "option-2", color: "gray", }, { name: "option-3", color: "pink", }, ], }, }, "prop-3": { multi_select: { options: [], }, }, },

Ya agregué un título que se puede ver arriba, sin embargo, la respuesta da un código de estado 400 .

 @notionhq/client warn: request fail { code: 'validation_error', message: 'Title is not provided' }

No puedo entender dónde me estoy equivocando.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

También debe agregar una columna de título a sus propiedades. Mire la carga útil de ejemplo en los documentos, verá una columna de título "Nombre". https://developers.notion.com/reference/create-a-database

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!