Skip to content

CreateStaticListRequest

Type: object

Properties

Property Type Required Description Constraints
description string No Description of the static list
name string Yes Name of the static list
folder model: Folder Yes Folder object describing the parent folder

Generated example

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

Referenced models

Source

Generated from swagger-asset.json.