メインコンテンツへスキップ
POST
/
api
/
app-api
/
sip
/
platform
/
v2
/
workspace
/
update
ワークスペースを更新
curl --request POST \
  --url https://docflow.textin.com/api/app-api/sip/platform/v2/workspace/update \
  --header 'Content-Type: application/json' \
  --header 'x-ti-app-id: <api-key>' \
  --header 'x-ti-secret-code: <api-key>' \
  --data '
{
  "workspace_id": "1234567890",
  "name": "My ワークスペース",
  "auth_scope": 1,
  "description": "請求書処理用のワークスペースです",
  "callback_url": "https://example.com/callback",
  "callback_retry_time": 3
}
'
{
  "code": 200,
  "msg": "<string>"
}

承認

x-ti-app-id
string
header
必須
x-ti-secret-code
string
header
必須

ボディ

application/json
workspace_id
string
必須

ワークスペース ID

:

"1234567890"

name
string
必須

ワークスペース名

Maximum string length: 50
:

"My ワークスペース"

auth_scope
enum<integer>
必須

共同利用範囲 0: 自分のみ表示 1: エンタープライズメンバーに表示

利用可能なオプション:
0,
1
:

1

description
string

ワークスペースの説明

Maximum string length: 500
:

"請求書処理用のワークスペースです"

callback_url
string

コールバック URL

:

"https://example.com/callback"

callback_retry_time
integer

コールバック再試行回数

必須範囲: 1 <= x <= 3
:

3

レスポンス

200 - application/json

ワークスペースの更新に成功

code
integer
必須

ステータスコード

:

200

msg
string
必須

ステータス説明