Updates the document space with the specified id.
<Note title="Subscription Level" icon="layer-group">This endpoint requires the `Professional` plan or higher.</Note>
<Check title="Required Permissions" icon="key">The user must be an admin.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
documentSpaceId
The id of the document space.
Request
The model used to update the document space.
name
The name of the document space.
emoji
The emoji of the document space.
color
The color of the document space for display purposes in the app.
Can be null when no color assigned.
order
The order of the document space in the list of document spaces.
workspaceAccessLevel
Determines the level of access to this document space granted to all workspace users.
Can be either none, read, or manage.
Allowed values:
Response
OK
id
The id of the entity.
createdOn
The date this entity was created.
createdBy
The id of the user who created this entity.
updatedOn
The date this entity was last modified.
updatedBy
The id of the user who last modified this entity.
name
The name of the document space.
emoji
The emoji of the document space.
color
The color of the document space for display purposes in the app.
Can be null when no color assigned.
order
The order of the document space in the list of document spaces.
workspaceAccessLevel
Determines the level of access to this document space granted to all workspace users.
Can be either not set (no access), read, or manage.
contributors
The contributors of this document space.
teams
The teams this document space is connected to.

