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'

Changes

No recorded changes to this endpoint across all 50 revisions of this API.