Atlassian · Schema

ChangeFilterOwner

The account ID of the new owner.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
accountId string The account ID of the new owner.
View JSON Schema on GitHub

JSON Schema

atlassian-changefilterowner-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChangeFilterOwner",
  "title": "ChangeFilterOwner",
  "additionalProperties": false,
  "description": "The account ID of the new owner.",
  "properties": {
    "accountId": {
      "description": "The account ID of the new owner.",
      "type": "string"
    }
  },
  "required": [
    "accountId"
  ],
  "type": "object",
  "writeOnly": true
}