v50

latestOpenAPI 3.1.0raw.githubusercontent.com2025-06-09181183330.0 KB
graphql

Get validation settings

Get the current validation level and action for reads and writes.

get/groups/{groupId}/apps/{appId}/validation_settings/graphql

Response

OK

read_validation_action'ERROR' | 'WARN'
read_validation_level'STRICT' | 'OFF'
write_validation_action'ERROR' | 'WARN'
write_validation_level'STRICT' | 'OFF'