2016-06-09 61 views

回答

1

呼叫終端/數據/ V1 /項目/:專案編號:/存儲與

頁眉:

'Authorization': 'Bearer ' + token, 
'Content-Type': 'application/vnd.api+json', 
'Accept': 'application/vnd.api+json' 

身體:

{ 
    data: { 
     type: 'object', 
     attributes: { 
      name: theFileNameHere 
     }, 
     relationships: { 
      target: { 
       data: { 
        type: 'folders', 
        id: folderIdHere 
       } 
      } 
     } 
    } 
} 

更多細節here

相關問題