diff --git a/src/docs/api/public.mdx b/src/docs/api/public.mdx index 0d7d093e51..5593861e55 100644 --- a/src/docs/api/public.mdx +++ b/src/docs/api/public.mdx @@ -180,7 +180,7 @@ The openapi-diff test will fail when CI runs on your pull request, this is expec Once you make changes to an endpoint and merge the change into Sentry, a series of GitHub Actions will be triggered to make your changes automatically go live: 1. The `openapi / deref_json` GitHub Action in [sentry](https://github.com/getsentry/Sentry) will update the schema in [sentry-api-schema](https://github.com/getsentry/sentry-api-schema) with the OpenAPI build artifact. -2. Once [sentry-api-schema](https://github.com/getsentry/sentry-api-schema) is updated, in a local copy of [sentry-docs](https://github.com/getsentry/sentry-docs) run `./scripts/bump-version.sh` to update the `SENTRY_API_SCHEMA_SHA` with the latest. +2. Once [sentry-api-schema](https://github.com/getsentry/sentry-api-schema) is updated, in a local copy of [sentry-docs](https://github.com/getsentry/sentry-docs) run `./scripts/bump-version.sh local` to update the `SENTRY_API_SCHEMA_SHA` with the latest. 3. Finally, merge your docs change so a build is triggered in [sentry-docs](https://github.com/getsentry/sentry-docs). ### Requesting an API to be public