Skip to content
Vessios Docs
English
Esc
navigateopen⌘Jpreview

Patch Connector

コネクタ設定の PATCH 更新。

PATCH/connectors/{provider}
Path parameters
providerstringrequired
Header parameters
authorizationstring | any
X-Api-Keystring | any
Request body
requiredapplication/json
member_user_idsstring[] | any
Show properties
Any of:
string[]
Array of string
string
any
any
cadencestring | any
Show properties
Any of:
string
string
any
any
enabledboolean | any
Show properties
Any of:
boolean
boolean
any
any
Responses
200Successful Response
any
422Validation Error
detailValidationError[]
Show properties
Array of ValidationError
locstring | integer[]required
Show properties
Array of string | integer
Any of:
string
string
integer
integer
msgstringrequired
typestringrequired
Request
curl -X PATCH "/connectors/string" \
  -H "Content-Type: application/json" \
  -d '{
  "member_user_ids": [
    "string"
  ],
  "cadence": "string",
  "enabled": true
}'
Response
"string"