From c94f28aad0e10cee605e278c900ba193310d2d19 Mon Sep 17 00:00:00 2001 From: mbohlool Date: Tue, 27 Sep 2016 23:55:45 -0700 Subject: Generate and verify openapi specs in source tree at api/openapi-spec --- api_changes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'api_changes.md') 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. -- cgit v1.2.3