2016-06-09 2 views

Antwort

1

Anruf Endpunkt/data/v1/projects /: projectID:/Lagerung mit

Rubrik:

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

Körper:

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

Mehr Details here