Skip to main content
POST
/
create-shared-folder
Create New Shared Folder
curl --request POST \
  --url http://dolphinflashcards.com/api/create-shared-folder \
  --header 'Content-Type: application/json' \
  --data '{
  "jwtToken": "...",
  "folderName": "Advanced Spanish Vocabulary",
  "description": "Comprehensive Spanish vocabulary for advanced learners"
}'
"<any>"

Body

application/json
jwtToken
string
required
folderName
string
required
description
string
required

Response

Shared folder created successfully

The response is of type any.