PUT
/v1/Client/{clientId}/complianceinputtypesUpdate Client complianceinputtypes
Not yet documented — no summary in the API source.
Requires
Authorization: Bearer sk_...tenant_idPath parameters
clientIdstringrequiredRequest body application/json
compliance_input_typesarray of stringnullableResponses
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"
]
}'