summaryrefslogtreecommitdiff
path: root/api_changes.md
diff options
context:
space:
mode:
authormbohlool <mehdy@google.com>2016-09-27 23:55:45 -0700
committermbohlool <mehdy@google.com>2016-09-29 17:03:31 -0700
commitc94f28aad0e10cee605e278c900ba193310d2d19 (patch)
tree72e3ba9ed744c288cb2d569e1cd9cf74b9409c3a /api_changes.md
parent7b171dc2bbf3bb8e356af795d903056a041fa24c (diff)
Generate and verify openapi specs in source tree at api/openapi-spec
Diffstat (limited to 'api_changes.md')
-rwxr-xr-xapi_changes.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/api_changes.md b/api_changes.md
index afdbaae7..6488d231 100755
--- a/api_changes.md
+++ b/api_changes.md
@@ -590,10 +590,11 @@ out. Put `grep` or `ack` to good use.
If you added functionality, you should consider documenting it and/or writing
an example to illustrate your change.
-Make sure you update the swagger API spec by running:
+Make sure you update the swagger and OpenAPI spec by running:
```sh
hack/update-swagger-spec.sh
+hack/update-openapi-spec.sh
```
The API spec changes should be in a commit separate from your other changes.