post https://api-sbx.sidedrawersbx.com/api/v1/records/sidedrawer/sidedrawer-id//records
Creates a Folder (record
) within a Drawer (sidedrawer
), as specified by the Drawer identifier (sidedrawerId
).
Response
Creates a Folder (record
) within a Drawer (sidedrawer
), as specified by the Drawer identifier (sidedrawerId
).
xxxxxxxxxx
curl --request POST \
--url https://api-sbx.sidedrawersbx.com/api/v1/records/sidedrawer/sidedrawer-id/sidedrawerId/records \
--header 'accept: application/json' \
--header 'content-type: application/json'
Examplexxxxxxxxxx
{
"id": ""
}