Updates the list of options for a ProjectField of type Dropdown. This changes the field
definition for the entire Workspace (the choices available when editing any project),
not the value stored for any specific project. To change a field's value for a project,
use UpdateProjectFieldValue instead.
A ProjectField is a custom field defined within your Workspace. You can define ProjectFields
for any integration purpose that is important to your business. Each ProjectField has a data
type as well as options in how it is handled. ProjectFields can be edited for each Project
within your Workspace.
Response
Success
errorobject or nullOptional
If the API call failed, this will contain information about the error that occurred.
successbooleanOptionalRead-only
True if the API call succeeded; false otherwise.
hasErrorbooleanOptionalRead-only
True if the API call failed.
statusCodeenumOptional
The HTTP code of the response.