Update Control Implementation

Use this API to update the attributes of a specific control implementation.

πŸ—’

Things to Know

  • The Update Control API can be used to update the attributes of a control in the Controls Library.
Path Params
uuid
required

ID of the control entity implementation.

Body Params
string
enum
required
deprecated

New status of implemented control.

Allowed:
string
enum
deprecated

Effectiveness of implemented control.

Allowed:
uuid

Identifier of the effectiveness associated with control implementation.

string

Notes on implemented control.

date

Deadline associated with the control implementation. Format (yyyy-MM-dd).

uuid
deprecated

Identifier (UUID) of the owner of control implementation.

uuid

Identifier of the maturity associated with control implementation.

uuid

Identifier of the control implementation Status.

attributes
object

Custom Attributes of control implementation.

controlOwnerIds
array of uuids

List of Identifier (UUID) of the owners of control implementation.

controlOwnerIds
controlApproverIds
array of uuids

List of Identifier (UUID) of the approver of control implementation.

controlApproverIds
uuid

The identifier of the category tied to the control Implementation. Optional if no category needed or if category name provided.

string
length between 0 and 3000

Description of the control implementation.

string

Implementation Guidance of the control Implementation.

string
length between 0 and 300

The name of the control Implementation.

controlOwners
array of objects

List of owners of control implementation.

controlOwners
string

The name of the category tied to the control Implementation.

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 1 required scope
URL
Response
Choose an example:
application/json
*/*