Skip to content

Commit 0473012

Browse files
authored
Merge pull request #1880 from shanakama/update-mediation
[DOC] Update mediation new bal version
2 parents d10ff27 + 9d31beb commit 0473012

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

en/docs/api-management/api-policies/attach-and-manage-policies.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ If none of the above changes occur during deployment, Choreo skips the code gene
6969
Choreo allows you to implement an API policy as a Ballerina project and attach it to an API proxy component.
7070

7171
!!! info
72-
Supported Ballerina version: 2201.5.5
72+
Supported Ballerina version: 2201.12.8
7373

7474
To implement a policy, follow the steps given below:
7575

7676
### Prerequisites
7777

78-
1. Set up [ Ballerina 2201.5.5](https://ballerina.io/downloads/swan-lake-release-notes/swan-lake-2201.5.5).
78+
1. Set up [ Ballerina 2201.12.8](https://ballerina.io/downloads/swan-lake-release-notes/swan-lake-2201.12.8).
7979
2. Open the `~/.ballerina/settings.toml` file and ensure you have configured an access token to Ballerina Central. If you have not configured an access token, follow the steps given below to configure one:
8080
1. Generate a token via [https://central.ballerina.io/dashboard?tab=token](https://central.ballerina.io/dashboard?tab=token).
8181
2. Download the generated `Settings.toml` file and copy it to your local `~/.ballerina` directory.
@@ -118,7 +118,7 @@ Depending on your requirement, you can modify the `Ballerina.toml` and the `Pack
118118
name = "validateHeader"
119119
version = "1.0.0"
120120
export = ["validateHeader"]
121-
distribution = "2201.5.5"
121+
distribution = "2201.12.8"
122122
keywords = ["choreo-apim-mediation-policy","choreo-apim-mediation-request-flow","choreo-apim-mediation-response-flow","choreo-apim-mediation-fault-flow"]
123123
```
124124

@@ -209,7 +209,7 @@ In this guide, you are not going to make any changes to the `Fault` flow. Theref
209209
name = "packageName"
210210
version = "1.0.2"
211211
export = ["packageName"]
212-
distribution = "2201.5.5"
212+
distribution = "2201.12.8"
213213
keywords = ["choreo-apim-mediation-policy","choreo-apim-mediation-request-flow","choreo-apim-mediation-response-flow","choreo-apim-mediation-fault-flow"]
214214
visibility = "private"
215215
```

0 commit comments

Comments
 (0)