Dropbox · Example Payload

Dropbox Post 2Teamteam Folderrename Example

Documents

Dropbox Post 2Teamteam Folderrename Example is an example object payload from Dropbox, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "post-2teamteam-folderrename",
  "method": "POST",
  "path": "/2/team/team_folder/rename",
  "summary": "Dropbox team_folder/rename",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "team_folder_id": "123456789",
        "name": "Marketing",
        "status": {
          ".tag": "active"
        },
        "is_team_shared_dropbox": false,
        "sync_setting": {
          ".tag": "default"
        },
        "content_sync_settings": [
          {
            "id": "id:a4ayc_80_OEAAAAAAAAAXw",
            "sync_setting": {
              ".tag": "default"
            }
          }
        ]
      }
    }
  ]
}