Basecamp · JSON Structure

Uploadupdaterequest Structure

Type: record Properties: 0
CollaborationProject ManagementRESTSaaSTeam Communication

Uploadupdaterequest Structure is a JSON Structure definition published by Basecamp. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/basecamp/json-structure/uploadupdaterequest-structure.json",
  "title": "UploadUpdateRequest",
  "type": "record",
  "members": [
    {
      "name": "description",
      "type": "string",
      "description": "Revised upload description in HTML format"
    },
    {
      "name": "base_name",
      "type": "string",
      "description": "New filename without extension"
    }
  ]
}