Basecamp · JSON Structure

Subscriptionupdaterequest Structure

Type: record Properties: 0
CollaborationProject ManagementRESTSaaSTeam Communication

Subscriptionupdaterequest 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/subscriptionupdaterequest-structure.json",
  "title": "SubscriptionUpdateRequest",
  "type": "record",
  "members": [
    {
      "name": "subscriptions",
      "type": "array",
      "description": "Person IDs to add as subscribers"
    },
    {
      "name": "unsubscriptions",
      "type": "array",
      "description": "Person IDs to remove as subscribers"
    }
  ]
}