Autional Autional
API Reference GitHub autional.com →

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

Update status and evidence of a specified PIPL security control item

Compliance Management - PIPL `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
id path string Yes control ID

Request Body

Schema: dto.UpdatePIPLControlRequest

FieldTypeRequiredExampleConstraintsDescription
category string No Personal Information Processing Rules
description string No Before processing personal information, inform and obtain consent from the individual
evidence_url string No https://docs.example.com/pipl/Art.13
name string No Notice and Consent Rules
status string No compliant

Responses

StatusDescriptionSchema
200successdto.PIPLControlItemResponse
400bad requestdto.ErrorResponse

Referenced Schemas

dto.ErrorResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No 400
message string No invalid request

dto.PIPLControlItem

FieldTypeRequiredExampleConstraintsDescription
category string No Personal information processing rules
control_id string No Art.13
control_name string No Informed consent rules
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.PIPLControlItemResponse

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