Update a space

Update a space, to change the name for example

Path parameters

spaceIdstringRequired
ID of space to update

Headers

AuthorizationstringRequired

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

X-Disable-Hooks"true"Required

Request

This endpoint expects an object.
accesslist of enumsOptional
Allowed values:
actionslist of objectsOptional
appIdstringOptional
The ID of the App that space is associated with
archivedAtdatetimeOptional
Date when space was archived
autoConfigurebooleanOptional

Only used during creation - will be ignored on update

displayOrderintegerOptional
The display order
environmentIdstringOptional
Environment ID
guestAuthenticationlist of enumsOptional
Allowed values:
isAppTemplatebooleanOptional
Whether the space is an app template. Only one space per app can be an app template.
labelslist of stringsOptional
languageOverridestringOptional
metadataanyOptional
Metadata for the space
namestringOptional
The name of the space
namespacestringOptional
primaryWorkbookIdstringOptional
The ID of the primary workbook for the space. This should not be included in create space requests.
settingsobjectOptional
The Space settings.
spaceConfigIdstringOptional
Space Config ID
translationsPathstringOptional

Response

This endpoint returns an object.
dataobject
A place to store your workbooks

Errors