Fixed
Return 400 for phase names longer than the allowed length
about 9 hours ago by ReadMe API
POST /projects/{projectId}/phases and PATCH /projects/{projectId}/phases/{phaseId} now validate the phase name against the maximum length stored in the database and return a 400 with a clear message instead of failing with a server error. The maximum length is documented in the OpenAPI schema for both endpoints.
