POST and DELETE removed from /api/0/projects/.../files/dsyms/
This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.
What changed
The spec for GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/files/dsyms/ has been substantially updated (richer response schema, new query parameters query, debug_id, code_id, file_formats, cursor, and expanded auth scopes), but POST (Upload a New File) and DELETE (Delete a Specific Project's Debug Information File) have been removed from the spec entirely. Clients that upload dSYM files via POST or delete DIFs via DELETE on this path will find no documented contract for those operations. The GET response schema is now fully typed with a ListProjectDebugFilesResponse shape where previously it returned an empty application/json object.