Update the properties of customer request entity by given id

Update customer request details

Securitybearer
Request
path Parameters
customerRequestId
required
number
Request Body schema: application/json
required
title
required
string

Customer request details title

description
string

Customer request details description

ownerIds
required
Array of numbers

Array of owner ids

Responses
200
400

Malformed data and/or validation errors

401

Invalid Authorization

402

Response Code 402

You must pay to activate this feature

403

You are not allowed to perform this action

404

Record Not Found

500

Internal server error

default

Response Code: 412

You must accept the Drata terms and conditions to use the API

put/customer-request/{customerRequestId}/details
Request samples
application/json
{
  • "title": "000001",
  • "description": "This is the description",
  • "ownerIds": [
    • 1,
    • 2,
    • 3
    ]
}
Response samples
application/json
{}