Update Localized Column Labels of an Inherited Configured Field

put

/api/restapi/configuredField/label

Send a request to this endpoint to update the localized column labels of a configured field in an inherited workspace.
Configured fields for Document, Program, Idea, and Strategy are not supported.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityColumnDefinitionLabelInput
Type: object
Title: ApiEntityColumnDefinitionLabelInput
This entity represents a ColumnDefinitionLabel object, a unique ColumnDefinitionLabel object can be identified by the following combinations of the fields.
  • columnDefinitionId,inheritedWorkspaceId
  • columnDefinitionId,inheritedWorkspaceCode
  • viewColumnName,owningWorkspaceId,inheritedWorkspaceId
  • viewColumnName,owningWorkspaceId,inheritedWorkspaceCode
  • viewColumnName,owningWorkspaceCode,inheritedWorkspaceId
  • viewColumnName,owningWorkspaceCode,inheritedWorkspaceCode
Show Source
  • Unique identifier of the column. This value should not be provided in create operation request data, however, it is required for update requests.
  • Allowed Values: [ "ACTIVITY", "ASSIGNMENT", "BUDGET_CHANGE", "BUDGET_ITEM", "BUDGET_TRANSACTION", "BUDGET_TRANSFER", "COMPANY", "CUSTOM_LOG", "FUND", "PORTFOLIO", "PROGRAM_BUDGET", "PROGRAM_BUDGET_CHANGES", "PROGRAM_BUDGET_TRANSACTIONS", "PROGRAM_BUDGET_TRANSFERS", "PROJECT", "PROJECT_ACTUALS", "PROJECT_COST_SHEET", "RISK", "SCOPE_ITEM", "SCOPE_ITEM_ASSIGNMENT", "WBS", "WORK_MANAGER_TASK", "WORK_PACKAGE", "WORKSPACE_COST_SHEET" ]
    Flex Object to be saved.
  • The user-specified identifier for the inherited workspace where the localized column label of the configured field needs to be updated.
  • The system-generated identifier for the inherited workspace where the localized column label of the configured field needs to be updated.
  • 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.
  • The user-specified identifier of the workspace that currently owns the configured field.
  • The system-generated identifier of the workspace that currently owns the configured field.
  • Minimum Length: 1
    Maximum Length: 100
    The view column name of a configured field.
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 : ApiEntityColumnDefinitionLocalizationInput
Type: object
Title: ApiEntityColumnDefinitionLocalizationInput
Show Source
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