Skip to content

CreateSmartListRequest

Type: object

Properties

Property Type Required Description Constraints
name string Yes Name of the smart list. Maximum 255 characters
folder model: Folder Yes Folder object describing the parent folder
description string No Description of the smart list. Maximum 2,000 characters

Generated example

{
  "name": "Example name",
  "folder": {
    "id": 123,
    "type": "Folder"
  },
  "description": "string"
}

Referenced models

Source

Generated from swagger-asset.json.