Commit MAR File
POST/api/v0/upload/mar
Process a MAR Archive file for a given Project after it has been uploaded using
POST /api/v0/upload (step 1).
MAR Archive files are typically uploaded by the Bort SDK. This API can be used if you need to upload MAR Archives separately.
Requires Memfault-Project-Key header authentication.
Request Body
| Field | Type | Description |
|---|---|---|
file | Object | Required. { "token": "<opaque token from Prepare Upload>" } |
Return Value
Returns 202 - Accepted. Processing is asynchronous.
Request
Responses
- 202
Accepted