Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

Basic authentication is used to authenticate requests to the Backend API. The username is the project ID and the password is the API secret.

The project ID and API secret can be found in the Developer Panel.

Path Parameters

androidAppConfigID
string
required

ID from Android config create

Body

application/json
projectID
string
required

ID of project

packageName
string
required
fingerprint
string
required
requestID
string

Unique ID of request, you can provide your own while making the request, if not the ID will be randomly generated on server side

Example:

"req-557...663"

clientInfo
object

Response

Contains Android app config

httpStatusCode
integer<int32>
required

HTTP status code of operation

message
string
required
Example:

"OK"

requestData
object
required

Data about the request itself, can be used for debugging

runtime
number<float>
required

Runtime in seconds for this request

Example:

0.06167686

id
string
required

ID of Android app configuration

Example:

"and-abc123"

projectID
string
required

ID of project

packageName
string
required
fingerprint
string
required
base64URL
string
required
created
string
required

Timestamp of when the entity was created in yyyy-MM-dd'T'HH:mm:ss format

updated
string
required

Timestamp of when the entity was last updated in yyyy-MM-dd'T'HH:mm:ss format