diff --git a/contributors/devel/sig-architecture/api_changes.md b/contributors/devel/sig-architecture/api_changes.md index ccadaa2fa..b51e7a7dd 100644 --- a/contributors/devel/sig-architecture/api_changes.md +++ b/contributors/devel/sig-architecture/api_changes.md @@ -939,8 +939,7 @@ an example to illustrate your change. Make sure you update the swagger and OpenAPI spec by running: ```sh -hack/update-swagger-spec.sh -hack/update-openapi-spec.sh +make update ``` The API spec changes should be in a commit separate from your other changes.