You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/docs/api-management/api-policies/attach-and-manage-policies.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,13 +69,13 @@ If none of the above changes occur during deployment, Choreo skips the code gene
69
69
Choreo allows you to implement an API policy as a Ballerina project and attach it to an API proxy component.
70
70
71
71
!!! info
72
-
Supported Ballerina version: 2201.5.5
72
+
Supported Ballerina version: 2201.12.8
73
73
74
74
To implement a policy, follow the steps given below:
75
75
76
76
### Prerequisites
77
77
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).
79
79
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:
80
80
1. Generate a token via [https://central.ballerina.io/dashboard?tab=token](https://central.ballerina.io/dashboard?tab=token).
81
81
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
0 commit comments