Skip to main content

redact sensitive information from message

redact sensitive information from message

Path Parameters
    departmentUUID string required
    messageUUID string required
Responses

OK


Schema
    redactedMessageBody string
    requestUUID string
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
POST /department/:departmentUUID/message/:messageUUID/redact

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
departmentUUID — path required
messageUUID — path required
curl / cURL
curl -L -X POST '/communications/department/:departmentUUID/message/:messageUUID/redact' \
-H 'Accept: application/json'