Mobile Symbolication API - GET supported version
Gets the supported file format version for iOS symbol files.
The request produces an application/json
payload.
GET |
|
Authentication
To execute this request, you need the Mobile symbolication file management (DssFileManagement
) permission assigned to your API token. To learn how to obtain and use it, see Tokens and authentication.
Parameters
The request doesn't provide any configurable parameters.
Response
Response codes
Code | Description |
---|---|
200 | Success |
Response body
The SupportedVersion object
Element | Type | Description |
---|---|---|
version | string | The supported iOS file format version. |
{
"version": "string"
}