feature(playermoderation): add playermoderation api#34
Merged
Foorack merged 3 commits intovrchatapi:masterfrom Aug 18, 2021
Merged
feature(playermoderation): add playermoderation api#34Foorack merged 3 commits intovrchatapi:masterfrom
Foorack merged 3 commits intovrchatapi:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #9
Lots of information on the Markdown version of the docs were incorrect/outdated. Endpoints such as
/blocksand/unblocksdoesn't exist (anymore).It also mixed together Moderation (admin) and PlayerModeration (player). Moderation is when you perma-ban or kick someone from the game. PlayerModeration is when you (un)mute, (un)block or show/hide their avatar, and what this PR focuses on documenting.
Calling moderation endpoints should be carefully threaded, as it is suspected muted or blocking someone, especially when many people does it, generates negative scoring in their internal moderation system.
Trivia: Every person you friend is also added as "unmute" automatically, which is a way to see when you friended them. (unless you've accidentally wiped all your playermoderations).
This PR would also conclude the "Docsify<>OpenAPI Parity" project, meaning the OpenAPI specification should by then contain at least all the information contained in the current Docsify documentation. 🎉