Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/docs/api/public.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down