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 : workspaceCurrencySetting
Entity to create or update default currency and view the parent workspace currencies.
Match All
Entity to create or update default currency and view the parent workspace currencies.
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 : 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