PUT/v1/Client/{clientId}/complianceinputtypes

Update Client complianceinputtypes

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Path parameters

clientIdstringrequired

Request body application/json

compliance_input_typesarray of stringnullable

Responses

free-form JSONUpdatedMessage

Any JSON value. Not validated against a schema.

curl --request PUT \
  --url 'https://api.4comply.io/v1/Client/00000000-0000-0000-0000-000000000000/complianceinputtypes' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id' \
  --header 'Content-Type: application/json' \
  --data '{
  "compliance_input_types": [
    "string"
  ]
}'