Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 912 Bytes

AddCustomFieldSettingRequest.md

File metadata and controls

12 lines (8 loc) · 912 Bytes

Asana.AddCustomFieldSettingRequest

Properties

Name Type Description Notes
customField String The custom field to associate with this container.
isImportant Boolean Whether this field should be considered important to this container (for instance, to display in the list view of items in the container). [optional]
insertBefore String A gid of a Custom Field Setting on this container, before which the new Custom Field Setting will be added. `insert_before` and `insert_after` parameters cannot both be specified. [optional]
insertAfter String A gid of a Custom Field Setting on this container, after which the new Custom Field Setting will be added. `insert_before` and `insert_after` parameters cannot both be specified. [optional]