Body
-
disinterestIds
array Required The ids of the things that are not interesting.
POST
/1/disinterests
curl \
--request POST 'https://api.localsporthero.com/1/disinterests' \
--header "Content-Type: application/json" \
--data '{"disinterestIds":[]}'
Request examples
{
"disinterestIds": []
}
Response examples (200)
{}