メインコンテンツへスキップ
POST
/
api
/
app-api
/
sip
/
platform
/
v2
/
review
/
rule_repo
/
update
レビュー規則リポジトリを更新
curl --request POST \
  --url https://docflow.textin.com/api/app-api/sip/platform/v2/review/rule_repo/update \
  --header 'Content-Type: application/json' \
  --header 'x-ti-app-id: <api-key>' \
  --header 'x-ti-secret-code: <api-key>' \
  --data '
{
  "workspace_id": "1234567890",
  "repo_id": "31415926",
  "name": "レビュー規則リポジトリ 1"
}
'
{
  "code": 200,
  "msg": "<string>"
}

承認

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

ボディ

application/json
workspace_id
string
必須

ワークスペース ID

:

"1234567890"

repo_id
integer
必須

レビュー規則リポジトリ ID

:

"31415926"

name
string

リポジトリ名

Maximum string length: 30
:

"レビュー規則リポジトリ 1"

レスポンス

200 - application/json

レビュー規則リポジトリの更新に成功

code
integer
必須

ステータスコード

:

200

msg
string
必須

ステータス説明