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: generator/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,16 +21,16 @@ cd generator
21
21
22
22
## Updating the OpenAPI
23
23
24
-
Updating the OpenAPI is only needed when a new version of ACA-Py is released. The process of updating the OpenAPI is mostly automated, you only need to run a few scripts. First determine the version you want for OpenAPI spec from the BCGov agent docker images (https://hub.docker.com/r/bcgovimages/aries-cloudagent/). Currently the default for the `retrieve-openapi.sh` script is "py36-1.16-1_0.8.1".
24
+
Updating the OpenAPI is only needed when a new version of ACA-Py is released. The process of updating the OpenAPI is mostly automated, you only need to run a few scripts. First determine the version you want for OpenAPI spec from the BCGov agent docker images (https://hub.docker.com/r/bcgovimages/aries-cloudagent/). Currently the default for the `retrieve-openapi.sh` script is "py36-1.16-1_0.8.2".
25
25
26
26
After that you can run the following commands to update the `data/openapi.yml` file. This file should be committed.
27
27
28
28
```sh
29
29
cd aries-cloudcontroller-python/generator
30
30
31
-
# Retrieve the open api file. Change `py36-1.16-1_0.8.1` if you want another version
31
+
# Retrieve the open api file. Change `py36-1.16-1_0.8.2` if you want another version
32
32
# See <https://hub.docker.com/r/bcgovimages/aries-cloudagent/tags> for official releases
0 commit comments