Closed
Description
Hi,
When adding a new project via API the limit for the NAME field is 64 characters (https://github.com/getsentry/sentry/blob/master/src/sentry/api/endpoints/team_project_index.py#L32) but the project model creates a 200 char length field (https://github.com/getsentry/sentry/blob/master/src/sentry/models/project.py#L90).
This seems like an inconsistency limiting the project name...
Metadata
Metadata
Assignees
Labels
No labels