{"documentId":"unique()","data":{"firstname":"a","lastname":"b","knowledge":"c","full_age":false,"phone_one":"98345679","email":"mail@mail.com"},"permissions":[]}
got this error message when making a POST request to /databases/${dbId}/collections/${collectionId}/documents. is there something wrong with my request body? (see above)
{
message: 'Param "documentId" is not optional.',
code: 400,
type: 'general_argument_invalid',
version: '1.4.13'
}
Hmm, it looks correct
Does this also happen with using a custom ID?
Recommended threads
- Invalid query: Query on attribute has gr...
I cannot view the table within the Console
- Relations within the same table
Hello, I'm currently building a sort of dictionary (a literal one) and thus I need words (which is one single table of words in my database) to be able to have ...
- [SOLVED] Query.search() returning all ro...
When I use Query.search() instead of returning rows with the keywords provided it just returns all the rows in the table.