Toggle an item as favorite

POST/api/v1/navigation/favorites/{id}

Parameters

This endpoint does not accept parameters.

Responses

200Updated favorite status

Request

curl -X POST "https://api.knowledgetree.dev/api/v1/navigation/favorites/{id}" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

200Updated favorite status
Example response not yet documented.