Normally it would mean everything worked, but the page on this endpoint states that it will return a 204 code if it was successful, and my efforts are returning a 200 code - which is not defined by the page. So what does 200 mean in this case? Any idea why it might not be returning a 204? I am successfully getting an Oauth access token already, and I have channel:manage:moderators in my scope. All I want to do is add and remove Moderator status. VIP status will be next but I expect its going to be a similar model or problem. I am working in PHP by the way.