v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Request Queues

Add Comment to Request

Use this API to add a comment to a request.

put/api/datasubject/v2/requestqueues/{requestQueueRefId}/comments

Path parameters

requestQueueRefIdstring required

Request queue reference Id

Request body

commentstring required

Comment if any.

internalCommentboolean required

Comments on the request can be internal or public. This flag determines if the comment is internal or public.

languagestring

This is the ISO language code for OneTrust supported languages.

The language code provided here informs the language of the comment.

Examples: en-us for English, de for German, fr for French, etc

isInternalCommentboolean

Example request

{
  "comment": "This is a test comment",
  "language": "en-us",
  "attachments": [
    {
      "fileName": "sample.txt",
      "fileId": "3b47744c-eebf-44bb-bf4c-680966a448dc",
      "statusId": 10,
      "resourcePath": "/storage/attachments/sample.txt"
    }
  ]
}

Response

OK