Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jun Lee <junlee@cloudflare.com>
  • Loading branch information
angelampcosta and Oxyjun authored Dec 13, 2024
1 parent afd0199 commit d1b5622
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ This API call will return a JSON response similar to the example below:
}
```

In this particular example, we have three environments: Production, Staging and Development. You can find the environment ID in the `ref` field.
In this particular example, we have three environments: Production, Staging, and Development. You can find the environment ID in the `ref` field.

## Step 2: Purge cache per environment

To purge the Production environmet, use the general cache purge endpoint:
To purge the Production environment, use the general cache purge endpoint:

```bash
https://api.cloudflare.com/client/v4/zones/<zone_id>/purge_cache/
Expand Down

0 comments on commit d1b5622

Please sign in to comment.