cURL
curl --request POST \ --url http://localhost:6063/smart-playlists \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "rules": { "operator": "AND", "rules": [ { "field": "<string>", "op": "<string>", "value": "<unknown>" } ], "sort": { "field": "<string>", "dir": "asc" }, "limit": 123 }, "description": "<string>", "image": "<string>", "folder_id": "<string>" } '
{ "id": "<string>", "name": "<string>", "description": "<string>", "image": "<string>", "folder_id": "<string>", "rules": { "operator": "AND", "rules": [ { "field": "<string>", "op": "<string>", "value": "<unknown>" } ], "sort": { "field": "<string>", "dir": "asc" }, "limit": 123 }, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Documentation IndexFetch the complete documentation index at: https://rockboxzig.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://rockboxzig.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Smart-playlist rule set. See crates/playlists/src/rules.rs for the canonical definition.
crates/playlists/src/rules.rs
Show child attributes
Created