어시스턴트

Update assistant

- Fields left empty are not updated - Non-empty fields overwrite the existing values - The response is identical to "List assistants"

PATCH/openapi/assistants

요청

요청 본문

welcomestring

开场白

promptstring

提示词

idinteger필수

ID

응답

200 OK

필드 없음

샘플 코드

curl -X PATCH 'https://openapi.voicefox.ai/openapi/assistants' \
  -H 'Authorization: Bearer <YOUR_TOKEN>' \
  -H 'Content-Type: application/json' \
  -d '{
  "welcome": "开场白",
  "prompt": "提示词",
  "id": 0
}'

응답 예시

{}