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.
Configured fields for Document, Program, Idea, and Strategy are not supported.
Request
There are no request parameters for this operation.
Supported Media Types
- 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.
Show Source
- columnDefinitionId,inheritedWorkspaceId
- columnDefinitionId,inheritedWorkspaceCode
- viewColumnName,owningWorkspaceId,inheritedWorkspaceId
- viewColumnName,owningWorkspaceId,inheritedWorkspaceCode
- viewColumnName,owningWorkspaceCode,inheritedWorkspaceId
- viewColumnName,owningWorkspaceCode,inheritedWorkspaceCode
-
columnDefinitionId: integer
(int64)
Unique identifier of the column. This value should not be provided in create operation request data, however, it is required for update requests.
-
flexObject(required): string
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. -
inheritedWorkspaceCode: string
The user-specified identifier for the inherited workspace where the localized column label of the configured field needs to be updated.
-
inheritedWorkspaceId(required): integer
(int64)
The system-generated identifier for the inherited workspace where the localized column label of the configured field needs to be updated.
-
localizedColumnDefinitions: array
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. -
owningWorkspaceCode: string
The user-specified identifier of the workspace that currently owns the configured field.
-
owningWorkspaceId: integer
(int64)
The system-generated identifier of the workspace that currently owns the configured field.
-
viewColumnName(required): string
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
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.
-
Array of:
object ApiEntityColumnDefinitionLocalizationInput
Title:
ApiEntityColumnDefinitionLocalizationInput
Nested Schema : ApiEntityColumnDefinitionLocalizationInput
Type:
object
Title:
Show Source
ApiEntityColumnDefinitionLocalizationInput
-
columnDefinitionId: integer
(int64)
Unique identifier of the column.
-
columnDefinitionLocalizationId: integer
(int64)
The unique identifier of a configured field locale label.
-
columnLabel(required): string
Minimum Length:
1
Maximum Length:100
The localized label of a configured field. -
languageCode(required): string
Maximum Length:
6
Allowed Values:[ "en", "es", "de", "ja", "zh_CN", "zh_TW", "pt_BR", "fr", "ru", "it", "ko", "nl" ]
The language code for the locale.
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.