PATCH/v1/pii_patterns/{id}

pii_patterns.update

Updates the mutable fields of a PII pattern. If `pattern` is in the body, the server re-compiles it with RE2 before saving.

Parameters

NameTypeRequiredDescription
idstringrequiredPII pattern id.
Idempotency-KeystringoptionalOptional client-supplied key for at-most-once semantics. The first request with a given key is processed; subsequent requests with the same key replay the cached response for 24h.

Request body

No parameters.

Response

No parameters.

Examples

curl -sS -X PATCH \
  -H "Authorization: Bearer $CULPRIT_API_TOKEN" \
  -H "content-type: application/json" \
  -d '{ /* … */ }' \
  https://api.theculprit.ai/v1/pii_patterns/{id}

Try it

Stored locally in your browser at localStorage.docs.tryit.token. Never sent to Culprit's analytics. Use a read-only token.