Update a Configured Field

put

/api/restapi/configuredField

Send a request to this endpoint to update a configured field.

Request

Query Parameters
  • The ID of the workspace where the configured field locale label change is needed. This is an optional parameter.
    This is not applicable for PROGRAM, IDEA, STRATEGY and DOCUMENT object types.
Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityColumnDefinitionInput
Type: object
Title: ApiEntityColumnDefinitionInput
This entity represents a ColumnDefinition object, a unique ColumnDefinition object can be identified by the following combinations of the fields.
  • columnDefinitionId
  • flexObject,label,workspaceId
  • flexObject,viewColumnName,workspaceId
  • flexObject,label,workspaceCode
  • flexObject,viewColumnName,workspaceCode
Show Source
  • Read Only: true
    Allowed Values: [ "OWNED", "INHERITED" ]
    Deprecated. As of 24.3.
    The type of association in the relationship between the configured field and the workspace. Possible values are Owned and Inherited.
  • Unique identifier of the column. This value should not be provided in create operation request data, however, it is required for update requests.
  • Minimum Value: 0
    Maximum Value: 9999
    The length of a configured field. Editable only for Text type fields.
  • Allowed Values: [ "FT_DATE", "FT_MONEY", "FT_MONEY_NO_MC", "FT_TEXT", "FT_INT", "FT_FLOAT_2_DECIMALS", "FT_LIST", "FT_BOOLEAN" ]
    The data type of a configured field.
  • Allowed Values: [ "ACTIVITY", "ASSIGNMENT", "BUDGET_CHANGE", "BUDGET_ITEM", "BUDGET_TRANSACTION", "BUDGET_TRANSFER", "COMPANY", "CUSTOM_LOG", "DOCUMENT", "FUND", "IDEA", "PORTFOLIO", "PROGRAM", "PROGRAM_BUDGET", "PROGRAM_BUDGET_CHANGES", "PROGRAM_BUDGET_TRANSACTIONS", "PROGRAM_BUDGET_TRANSFERS", "PROJECT", "PROJECT_ACTUALS", "PROJECT_COST_SHEET", "RISK", "SCOPE_ITEM", "SCOPE_ITEM_ASSIGNMENT", "STRATEGY", "WBS", "WORK_MANAGER_TASK", "WORK_PACKAGE", "WORKSPACE_COST_SHEET" ]
    Flex Object to be saved.
  • Allowed Values: [ "ACTIVITY", "BUDGET_CHANGE", "BUDGET_ITEM", "BUDGET_TRANSACTION", "BUDGET_TRANSFER", "CAPITAL_PLAN_COST", "CAPITAL_PLAN_OTHER", "CAPITAL_PLAN_TEXT", "COMPANY", "CUSTOM_LOG", "DOCUMENT_COST", "DOCUMENT_OTHER", "DOCUMENT_TEXT", "FUND", "IDEA", "PORTFOLIO", "PROJECT", "PROJECT_ACTUALS", "PROJECT_COST_SHEET", "RESOURCE_ASSIGNMENT", "RISK", "SCOPE_ITEM", "SCOPE_ITEM_ASSIGNMENT", "WBS", "WORK_MANAGER_TASK", "WORK_PACKAGE", "WORKSPACE_COST_SHEET" ]
    The type of a flex object.
  • Minimum Length: 1
    Maximum Length: 100
    The label of a configured field.
  • listValues
    The list of available values for a List type configured field.
  • localizedColumnDefinitions
    The list of column labels per locale for the configured field.
    The configured field label you enter will be the default label for all locales. You can update the field label for each locale using the localizedColumnDefinitions. You will not need to re-enter the label for your locale in the array.
  • Allowed Values: [ "DATE", "NUMBER", "STRING" ]
    The physical percent complete of a configured field.
  • The field to make a configured field restricted.
  • Allowed Values: [ "ENABLED", "UPDATED", "DISABLED", "DELETED", "PENDING", "FAILED" ]
    The status of a configured field.
  • Allowed Values: [ "SUM", "AVERAGE", "MIN", "MAX", "FORMULA", "NONE", "MAX_NULL", "NULLABLE_SUM" ]
    Specifies how the field should be calculated for a grouped row in a view.
  • Maximum Length: 2,147,483,647
    The formula of a configured field.
  • Allowed Values: [ "MANUAL", "FORMULA" ]
    The type of a configured field.
  • Read Only: true
    Deprecated. As of 23.10.
    Date when the record was last updated.
  • Minimum Length: 1
    Maximum Length: 100
    The view column name of a configured field.
  • Minimum Length: 0
    Maximum Length: 60
    The user-specified identifier of a workspace.
  • The unique identifier for the workspace.The workspace object can also be identified by its unique criteria.
Nested Schema : listValues
Type: array
The list of available values for a List type configured field.
Show Source
Nested Schema : localizedColumnDefinitions
Type: array
The list of column labels per locale for the configured field.
The configured field label you enter will be the default label for all locales. You can update the field label for each locale using the localizedColumnDefinitions. You will not need to re-enter the label for your locale in the array.
Show Source
Nested Schema : ApiEntityFlexListValueInput
Type: object
Title: ApiEntityFlexListValueInput
Show Source
Nested Schema : localizedListValues
Type: array
The unique identifier for the list value.
Show Source
Nested Schema : ApiEntityListValueNMInput
Type: object
Title: ApiEntityListValueNMInput
Show Source
Nested Schema : ApiEntityColumnDefinitionLocalizationInput
Type: object
Title: ApiEntityColumnDefinitionLocalizationInput
Show Source
Examples

Back to Top

Response

204 Response

Successful operation with no content.

400 Response

Invalid input for the Configured Fields service. Verify the request contains valid data, then resubmit the request.
Back to Top