Skip to main content
POST
Update Workspace

Authorizations

x-ti-app-id
string
header
required
x-ti-secret-code
string
header
required

Body

application/json
workspace_id
string
required

Workspace ID

Example:

"1234567890"

name
string
required

Workspace name

Maximum string length: 50
Example:

"My Workspace"

auth_scope
enum<integer>
required

Collaboration scope 0: Visible only to self 1: Visible to enterprise members

Available options:
0,
1
Example:

1

description
string

Workspace description

Maximum string length: 500
Example:

"This is a workspace for invoice processing"

callback_url
string

Callback URL

Example:

"https://example.com/callback"

callback_retry_time
integer

Callback retry count

Required range: 1 <= x <= 3
Example:

3

Response

200 - application/json

Successfully updated workspace

code
integer
required

Status code

Example:

200

msg
string
required

Status description