You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A specific, existing custom field can be updated by making a PUT request on the URL for that custom field. Only the fields provided in the `data` block will be updated; any unspecified fields will remain unchanged
11496
+
When using this method, it is best to specify only those fields you wish to change, or else you may overwrite changes made by another user since you last retrieved the custom field.
11495
11497
A custom field’s `type` cannot be updated.
11496
-
11497
-
An enum custom field’s `enum_options` cannot be updated with this
11498
-
endpoint.
11499
-
Instead see “Work With Enum Options” for information on how to update
11500
-
`enum_options`.
11501
-
11498
+
An enum custom field’s `enum_options` cannot be updated with this endpoint. Instead see “Work With Enum Options” for information on how to update `enum_options`.
11502
11499
Locked custom fields can only be updated by the user who locked the field.
Creates an enum option and adds it to this custom field’s list of enum options. A custom field can have at most 500 enum options (including disabled options). By default new enum options are inserted at the end of a custom field’s list.
12167
+
Locked custom fields can only have enum options added by the user who locked the field.
12173
12168
Returns the full record of the newly created enum option.
A specific, existing custom field can be updated by making a PUT request on the URL for that custom field. Only the fields provided in the `data` block will be updated; any unspecified fields will remain unchanged
37526
+
When using this method, it is best to specify only those fields you wish to change, or else you may overwrite changes made by another user since you last retrieved the custom field.
37526
37527
A custom field’s `type` cannot be updated.
37527
-
37528
-
An enum custom field’s `enum_options` cannot be updated with this
37529
-
endpoint.
37530
-
Instead see “Work With Enum Options” for information on how to update
37531
-
`enum_options`.
37532
-
37528
+
An enum custom field’s `enum_options` cannot be updated with this endpoint. Instead see “Work With Enum Options” for information on how to update `enum_options`.
37533
37529
Locked custom fields can only be updated by the user who locked the field.
Creates an enum option and adds it to this custom field’s list of enum options. A custom field can have at most 500 enum options (including disabled options). By default new enum options are inserted at the end of a custom field’s list.
37823
+
Locked custom fields can only have enum options added by the user who locked the field.
37830
37824
Returns the full record of the newly created enum option.
0 commit comments