Dropbox · Example Payload

Dropbox Post 2File Propertiestemplatesupdate For User Example

Documents

Dropbox Post 2File Propertiestemplatesupdate For User 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-2file-propertiestemplatesupdate-for-user",
  "method": "POST",
  "path": "/2/file_properties/templates/update_for_user",
  "summary": "Dropbox templates/update_for_user",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "template_id": "ptid:1a5n2i6d3OYEAAAAAAAAAYa"
      }
    }
  ]
}