Craft.io · Schema

ConnectionUpdateRequest

Product ManagementRoadmapsOKRsBacklogFeedbackPortfolioSpecifications

Properties

Name Type Description
slackTeamId string
slackTeamName string
slackEnterpriseId string
slackEnterpriseName string
slackInstallation string
View JSON Schema on GitHub

JSON Schema

craft-io-connectionupdaterequest-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/craft-io/main/json-schema/craft-io-connectionupdaterequest-schema.json",
  "title": "ConnectionUpdateRequest",
  "properties": {
    "slackTeamId": {
      "type": "string"
    },
    "slackTeamName": {
      "type": "string"
    },
    "slackEnterpriseId": {
      "type": "string"
    },
    "slackEnterpriseName": {
      "type": "string"
    },
    "slackInstallation": {
      "type": "string"
    }
  },
  "required": [
    "slackInstallation"
  ],
  "type": "object",
  "additionalProperties": false
}