Update current workspace settings

Updates workspace-level scheduling defaults for the workspace the user is currently logged on to, including default planned hours and working-day hours (Monday through Sunday). Only properties included in the request body are updated; omitted properties are left unchanged. When workingDays is provided, only the weekdays included in that object are updated. Values must be between 0 and 24.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

x-integration-namestringOptional
The name of the calling system passed along as a header parameter

Request

Workspace settings to update
defaultPlannedHoursdouble or nullOptional

Default planned hours per day for new resources (0–24).

workingDaysobject or nullOptional
Default working hours per weekday for the workspace calendar.

Response

Success
errorobject or nullOptional
If the API call failed, this will contain information about the error that occurred.
successbooleanOptionalRead-only

True if the API call succeeded; false otherwise.

hasErrorbooleanOptionalRead-only
True if the API call failed.
statusCodeenumOptional
The HTTP code of the response.
dataobjectOptional
A Workspace represents a single business subscription to the ProjectManager.com service. You can be a member of multiple Workspaces. Each Workspace is completely separate from all other Workspaces and a user cannot log in to multiple Workspaces at the same time.