We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Looking at the code, I don't find a way to rename a playlist. Not yet possible, right ?
If I implement it, where do you think it should be done ?
In a URL like this one : /playlist/{id}/rename <- {title : <string>} -> <playlist>
/playlist/{id}/rename <- {title : <string>} -> <playlist>
What do you think ?
Thanks.
The text was updated successfully, but these errors were encountered:
I think /playlist/{id}/name <- <string> or /playlist/{id} <- {title: <string>} would be good choices. The first is easier to implement.
/playlist/{id}/name <- <string>
/playlist/{id} <- {title: <string>}
Sorry, something went wrong.
Continued at #23
No branches or pull requests
Hello,
Looking at the code, I don't find a way to rename a playlist. Not yet possible, right ?
If I implement it, where do you think it should be done ?
In a URL like this one :
/playlist/{id}/rename <- {title : <string>} -> <playlist>
What do you think ?
Thanks.
The text was updated successfully, but these errors were encountered: