Autional Autional
API Reference GitHub autional.com →

PUT /admin/compliance/pcidss/controls/{decision_id}

Update status and evidence of a specified PCI DSS security control item

Compliance Management - PCI DSS `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
id path string Yes control ID

Request Body

Schema: dto.UpdatePCIDSSControlRequest

FieldTypeRequiredExampleConstraintsDescription
category string No Build and Maintain a Secure Network
description string No Install and maintain a firewall configuration
evidence_url string No https://docs.example.com/pcidss/Req.1.1
name string No Install and maintain a firewall
status string No compliant

Responses

StatusDescriptionSchema
200successdto.PCIDSSControlItemResponse
400bad requestdto.ErrorResponse

Referenced Schemas

dto.ErrorResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No 400
message string No invalid request

dto.PCIDSSControlItem

FieldTypeRequiredExampleConstraintsDescription
category string No Build and Maintain a Secure Network
control_id string No Req.1.1
control_name string No Install and maintain a firewall
evidence_url string No https://docs.example.com/...
id string No 01JQ...
last_reviewed string No 2026-04-01T00:00:00Z
status string No compliant

dto.PCIDSSControlItemResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.PCIDSSControlItem No
message string No
timestamp string No