Skip to content

Inconsistent project name field length between model and API #6297

Closed
@deejay1

Description

@deejay1

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions