Update a Workspace

put

/api/restapi/workspace

Send a request to this endpoint to update a workspace.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityWorkspaceInput
Type: object
Title: ApiEntityWorkspaceInput
This entity represents a Workspace object, a unique Workspace object can be identified by the following combinations of the fields.
  • workspaceId
  • workspaceCode,parentId
  • workspaceCode,parentWorkspaceCode
Show Source
Nested Schema : image
Read Only: true
Deprecated. As of 23.11.
An image associated with the workspace.
Match All
Show Source
Nested Schema : workspaceAutonumSettings
Type: array
Read Only: true
Deprecated. As of 23.11.
An object containing workspace autonumber settings.
Show Source
Nested Schema : workspaceCurrencySetting
Entity to create or update default currency and view the parent workspace currencies.
Match All
Show Source
  • ApiEntityWorkspaceCurrencySettingInput
    Title: ApiEntityWorkspaceCurrencySettingInput
    This entity represents a WorkspaceCurrencySetting object, a unique WorkspaceCurrencySetting object can be identified by the following combinations of the fields.
    • workspaceId
Nested Schema : workspaceSettings
Type: array
An object containing workspace settings.
Show Source
Nested Schema : ApiEntityWorkspaceImage
Type: object
Title: ApiEntityWorkspaceImage
Read Only: true
Show Source
Nested Schema : image
Type: array
An image object represented in binary format.
Show Source
Nested Schema : ApiEntityWorkspaceAutonumSettingInput
Type: object
Title: ApiEntityWorkspaceAutonumSettingInput
Read Only: true
Show Source
  • Allowed Values: [ "IDEA", "PROGRAM", "PROJECT", "ACTIVITY", "SCHEDULE_SCENARIO", "ACTIVITY_ASSIGNMENT", "WBS", "SCOPE_ITEM", "SCOPE_ASSIGNMENT", "CHANGE_ITEM", "WORK_PACKAGE", "CHANGE_REQUEST", "CONTRACT", "COMMITMENT", "BUDGET_CHANGE", "BUDGET_TRANSFER", "PROGRAM_BUDGET", "PROGRAM_BUDGET_CHANGE", "PROGRAM_BUDGET_TRANSFER", "CHANGE_ORDER", "POTENTIAL_CHANGE_ORDER", "PAYMENT_APPLICATION", "RISK", "PROG_RISK", "ACTUALS", "WORK_MANAGER_TASK", "CONSTRAINT", "SUBMITTAL", "CHANGE_EVENT", "RFI", "CUSTOM_LOGS_ITEM", "RESOURCE" ]
    Identifies the type of object used for auto numbering.
  • The unique identifier of an auto numbering sequence.
  • Minimum Value: 1
    Maximum Value: 99999
    Number by which the auto numbering suffix is incremented.
  • Maximum Length: 50
    Name of the auto numbering sequence.
  • Minimum Length: 0
    Maximum Length: 20
    Initial characters for the workspace auto numbering sequence.
  • Minimum Length: 1
    Maximum Length: 20
    The first number in the workspace auto numbering sequence.
  • Read Only: true
    Deprecated. As of 23.10.
    Date when the record was last updated.
  • The unique identifier of a workspace.
Nested Schema : ApiEntityWorkspaceCurrencySettingInput
Type: object
Title: ApiEntityWorkspaceCurrencySettingInput
This entity represents a WorkspaceCurrencySetting object, a unique WorkspaceCurrencySetting object can be identified by the following combinations of the fields.
  • workspaceId
Show Source
Nested Schema : ApiEntityWorkspaceSettingInput
Type: object
Title: ApiEntityWorkspaceSettingInput
Show Source
Examples

Back to Top

Response

204 Response

Successful operation with no content.

400 Response

Invalid input.
Back to Top