This PR adds a default value for Playlist edit actions (no actions). This is in agreement with List APIs that, usually, provide no actions (but some API variants provide edit actions optionally, though the default path is not supported via default values but rather via specialization).
Changes made
Self-explanatory.
Checklist
[x] APIs have been properly documented (if relevant).
[x] The documentation has been updated (if relevant).
[x] New unit tests have been written (if relevant).
Description
This PR adds a default value for
Playlist
edit actions (no actions). This is in agreement withList
APIs that, usually, provide no actions (but some API variants provide edit actions optionally, though the default path is not supported via default values but rather via specialization).Changes made
Self-explanatory.
Checklist