Skip to main content
PUT
Update a workspace

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

The unique identifier of the workspace to update.

Body

application/json
title
string
required

The display name of the workspace.

query
string
required

The boolean keyword query used to match mentions.

channels
enum<string>[]
required

One or more channels to monitor.

Minimum array length: 1
Available options:
news,
reddit,
telegram,
twitter,
youtube
folder
object | null
required

The folder to assign the workspace to, or null to leave the workspace unassigned.

Response

The updated workspace.

id
integer

The unique identifier for the workspace.

Required range: x >= 1
title
string

The user entered title of the workspace.

owner
string

The unique identifier of the user who owns the workspace.

query
string

The query used to match mentions to the workspace.

channels
enum<string>[]

The unique identifiers of the channels that are part of the workspace.

Available options:
news,
reddit,
telegram,
twitter,
youtube
created
string<date-time>

The date and time the workspace was created.

modified
string<date-time>

The date and time the workspace was last updated.

folder
object | null

The folder, if any, this workspace belongs to.