メインコンテンツへスキップ
PATCH
https://{tenantDomain}/api/v2
/
flows
/
vault
/
connections
/
{id}
Flows Vault 接続を更新
curl --request PATCH \
  --url https://{tenantDomain}/api/v2/flows/vault/connections/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "setup": {
    "api_key": "<string>",
    "base_url": "<string>"
  }
}
'
{
  "app_id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "fingerprint": "<string>",
  "id": "<string>",
  "name": "<string>",
  "ready": true,
  "updated_at": "2023-11-07T05:31:56Z",
  "account_name": "<string>",
  "environment": "<string>",
  "refreshed_at": "2023-11-07T05:31:56Z"
}

承認

Authorization
string
header
必須

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

パスパラメータ

id
string
必須

Flows Vault 接続 ID

Maximum string length: 30

ボディ

name
string

Flows Vault Connection の名前。

Required string length: 1 - 150
setup
object

Flows Vault Connection の設定。

レスポンス

フローの Vault 接続が正常に更新されました。

app_id
string
必須

Flows Vault Connection のアプリ識別子。

Required string length: 1 - 55
created_at
string<date-time>
必須

この Flows Vault Connection が作成された日時(ISO 8601 形式)。

fingerprint
string
必須
Minimum string length: 1
id
string<flows-vault-connections-id>
必須

Flows Vault Connection の識別子。

Maximum string length: 30
name
string
必須

Flows Vault Connection の名前。

Required string length: 1 - 150
ready
boolean
必須

Flows Vault Connection が設定されているかどうか。

updated_at
string<date-time>
必須

この Flows Vault Connection が更新された日時(ISO 8601 形式)。

account_name
string

Flows Vault Connection のカスタムアカウント名。

Required string length: 1 - 150
environment
string

Flows Vault Connection の環境。

Required string length: 1 - 55
refreshed_at
string<date-time>

この Flows Vault Connection が更新された日時(ISO 8601 形式)。