You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(api): Support Project ID and Slugs in OrganizationArtifactBundleAssembleEndpoint (#74232)
I am working on getting all the commands in our Sentry CLI to support
Ids as well as Slugs. [rough
spec](https://www.notion.so/sentry/Supporting-IDs-and-Slugs-in-Sentry-CLI-35b805ea169e47348805672cdee41297?pm=c)
We have already gone through the effort of supporting ids and slugs in
path parameters of all the APIs in our codebase. There are some
endpoints that the CLI uses that pass in project slugs as _body
parameters_, so we need to support Ids for those as well.
Here, I use the fact that ids are numeric and slugs aren't to process
both type of identifiers.
0 commit comments