Skip to content

슬랙 상태 변경 Default

PATCH/workspaces/{id}/notifications/integrations.slackCopied!

슬랙 알림 연동 상태를 변경해요.

접근 가능한 사용자

사용자

Request

Body

statusstringrequired
변경할 연동 상태

Possible values: ACTIVEINACTIVE

Path

idstringrequired
워크스페이스 ID

Response

Returns 200 OK.

없음

Example

bash
curl -X PATCH 'https://api.youvico.com/workspaces/6ba7b810-9dad-11d1-80b4-00c04fd430c8/notifications/integrations.slack' \
  -H 'Authorization: Bearer xoau.aB3xK9p2QwR7sT4uV1nM8oP5qL6rN0yZ7eF2gH4jK...' \
  -H 'Content-Type: application/json' \
  -d '{
    "status": "INACTIVE"
  }'