POST
/
move-flashcard-set
curl --request POST \
  --url http://dolphinflashcards.com/api/move-flashcard-set \
  --header 'Content-Type: application/json' \
  --data '{
  "userID": "user1",
  "currentLocation": "My-first-folder",
  "flashcardID": "22456683691481111127441553357143855166282726011111761972795191711430217049598",
  "moveLocation": "My-third-folder"
}'
{
  "success": "The flashcard set at /users/user700430/flashcards/top-level-parent-name/parent-name-2/parent-name-3/flashcardName/6796878844881389968582206160161573797336081897254331165973477783999823937257 has been moved to My third folder"
}

Body

application/json

Response

200
application/json
OK. Returns the string: `"Flashcard not found in current location"` when supplied an invalid folder path.

The response is of type object.