lavalink-devs / Lavalink

Standalone audio sending node based on Lavaplayer.
https://lavalink.dev/
MIT License
1.56k stars 673 forks source link

Add fixes to documentation #1047

Closed mplatypus closed 3 months ago

mplatypus commented 3 months ago

This PR fixes the following:

A mistake in a example payload, where it was supposed to be semver, but instead it was string

Adds a 204 No content on the /v4/routeplanner/status endpoint, which is received when the routeplanner is disabled.

I would like to say, that the way it has been written, is not perfect, so let me know if it needs changes.

topi314 commented 3 months ago

thanks