# Create an enrich policy **PUT /_enrich/policy/{name}** Creates an enrich policy. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key auth - Basic auth - Bearer auth ## Parameters ### Path parameters - **name** (string) Name of the enrich policy to create or update. ### Query parameters - **master_timeout** (string) Period to wait for a connection to the master node. ### Body: application/json (object) - **geo_match** (object) Matches enrich data to incoming documents based on a `geo_shape` query. - **match** (object) Matches enrich data to incoming documents based on a `term` query. - **range** (object) Matches a number, date, or IP address in incoming documents to a range in the enrich index based on a `term` query. ## Responses ### 200 #### Body: application/json (object) - **acknowledged** (boolean) For a successful response, this value is always true. On failure, an exception is returned instead. [Powered by Bump.sh](https://bump.sh)