POST
/
move-flashcard-set

Body

application/json
userID
string
required

The identity of the user moving their flashcard set to a new location.

currentLocation
string
required

The current folder path.

flashcardID
string
required

A unique numerical identifier of the flashcard. This is different from cardID.

moveLocation
string
required

The destination folder path.

Response

200 - application/json
success
string

Indicates that the flashcard set at the specified path has been successfully moved to a new folder.