POST api/SoundBox/UpdatePlayListName
20. 修改音箱的某个播放列表的名称
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Box2PlayListBindingId": "a7fe431b-dd15-459d-856c-c507c77bdd70", "SoundBoxId": "ac3cfa68-086f-4009-af3d-7cb3f71f828f", "UserId": "5d946a06-68f1-49a8-8a5b-3e5b56a01ca0", "Name": "sample string 4", "TargetId": "11de27d8-0e7e-49de-b07f-10fbfc539a61", "TargetName": "sample string 6", "TargetCoverUrl": "sample string 7", "TargetType": 0, "CoverImage": "sample string 8", "Index": 9 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{ "Result": 1, "Message": "sample string 2", "Data": {}, "Version": "sample string 4" }