OpenQuiz Wiki
APIPackages

Toggle favorite

Toggle the package favorite for the current user.

POST
/pkgs/{pkgId}/favorite

Toggle the package favorite for the current user.

oquiz.session_token<token>

In: cookie

Path Parameters

pkgId*string

Response Body

application/json

curl -X POST "https://example.com/pkgs/string/favorite"
{  "favorite": true}