help wanted
仓库指标
- Star
- (2,036 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
I have a store where I have a list of songs:
"tracks": ['track1', 'track2']
Is it possible to push track3 to the array?
Or should I GET the tracks first, push to my local array and then PUT the result?