Dropbox · Example Payload

Dropbox Post 2Teammember Space Limitsget Custom Quota Example

Documents

Dropbox Post 2Teammember Space Limitsget Custom Quota 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-2teammember-space-limitsget-custom-quota",
  "method": "POST",
  "path": "/2/team/member_space_limits/get_custom_quota",
  "summary": "Dropbox member_space_limits/get_custom_quota",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          ".tag": "other"
        }
      ]
    }
  ]
}