{"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
- API key not having access to database
My api key with read and write access to row and tables and DB I not working. In my test the results returned an empty database. This is the second time I am...
- "Restore project" button fails: "Invalid...
In the dashboard, it clicking "Restore project" fails. The request sent to `PATCH https://cloud.appwrite.io/v1/projects/:project_id` with payload `{status: "act...
- how to access the value of account statu...