Update a Custom Field
Updates a custom field.
displayName, rank, whether it is required or enabled, or the listValues a picklist offers. Returns the updated field.Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Path Parameters
The ID of the custom field.
Body
The custom field request model.
Custom field request model.
The name of the custom field.
1 - 100The type of record the custom field is collected on, such as Donor or Gift.
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 The type of value the custom field holds, such as Text, Number, or Date.
0, 1, 2, 3, 4, 5, 6, 7, 8 The name shown to donors on the page.
300Whether this instance is enabled.
Whether this instance is required.
The position of the custom field in the order it is displayed in.
Whether this instance can synchronize.
How the value is formatted when it is displayed.
0, 1, 2, 3, 4, 5, 6, 7, 8, 9 The values a donor can choose from, for fields that offer a list.
Response
OK
Custom field model.
The unique identifier of the custom field.
The unique identifier of the custom collection the field belongs to.
The name of the custom field.
The name shown to donors on the page.
The type of record the custom field is collected on, such as Donor or Gift.
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 The entity type display name.
The type of value the custom field holds, such as Text, Number, or Date.
0, 1, 2, 3, 4, 5, 6, 7, 8 The data type display name.
Whether this instance is enabled.
Whether this instance can synchronize.
How the value is formatted when it is displayed.
0, 1, 2, 3, 4, 5, 6, 7, 8, 9 The values a donor can choose from, for fields that offer a list.
The rank of the custom field.
Whether this custom field is required.