Dropbox · Example Payload

Dropbox Post 2Sharingadd File Member Example

Documents

Dropbox Post 2Sharingadd File Member 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-2sharingadd-file-member",
  "method": "POST",
  "path": "/2/sharing/add_file_member",
  "summary": "Dropbox add_file_member",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          "member": {
            ".tag": "email",
            "email": "justin@example.com"
          },
          "result": {
            ".tag": "success"
          }
        }
      ]
    }
  ]
}