Saltar a contenido

Endpoints — Normativas

Listar normativas

GET /api/v1/regulations

Subir normativa (PDF)

POST /api/v1/regulations
Content-Type: multipart/form-data

name=ISO 27001:2022
file=@iso27001.pdf

Descargar PDF de normativa

GET /api/v1/regulations/{id}/pdf

Consultar secciones de una normativa

GET /api/v1/regulations/{id}/sections

Asociar sección a un control de política

POST /api/v1/regulations/{regulation_id}/sections/{section_id}/checks
Content-Type: application/json

{ "check_id": "uuid-del-check" }