Upload a New File
POST /api/0/projects/{organization_slug}/{project_slug}/files/dsyms/
Upload a new debug information file for the given release.
Unlike other API requests, files must be uploaded using the traditional multipart/form-data content-type.
The file uploaded is a zip archive of a Apple .dSYM folder which contains the individual debug images. Uploading through this endpoint will create different files for the contained images.
| Path Parameters: |
|
| Parameters: |
|
| Authentication: | required |
| Method: | POST |
| Path: | /api/0/projects/{organization_slug}/{project_slug}/files/dsyms/ |