SII Key
Update one
Rotates the credentials of an SII key. All fields are optional; send only what changes. When the update touches a key that is not already approved, Cardda re-runs the company sync asynchronously afterwards. The response omits company_ids (it includes can_issue?).
patch/v1/sii/keys/{sii_key_id}
Path parameters
sii_key_idstring uuid required
UUID of the SII key (digital-certificate credential).
Parameters
#/paths/~1v1~1sii~1keys/get/parameters/0 — unresolved $ref
Request body
Example request
{
"rut": "761234567",
"password": "nueva-clave-sii",
"certificate_password": "nuevo-cert-pass"
}Response
The updated SII key.
Changes
No recorded changes to this endpoint across all 1 revision of this API.