action contract_p_post_debug_where_to_search { label: "Get the text a where_to_search specification will generate" description: "Returns a list of strings per granularity. If no granularity is specified. It is considered to be the whole document\n\n**Permission required:** edit_predictor_settings" provider: contract_p method: POST path: "/rule_config/where_to_search/{document_id}" encoding: json output: { type: "object" additionalProperties: true } }