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?