Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass query params to HTTP requests that don't require authentication #1422

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

avazirna
Copy link
Contributor

@avazirna avazirna commented Jul 19, 2024

Product Description

This PR fixes an issue that is causing the app_id in the response body of the Recovery Measures GET request to be null.

{
    "latest_apk_version": "2.53.1",
    "latest_ccz_version": 127,
    "app_id": null,
    "recovery_measures": [
        {
            "sequence_number": 9,
            "type": "app_reinstall_and_update",
            "app_version_min": 128,
            "app_version_max": 131
        }
    ]
}

cross-request: dimagi/commcare-android#2793
Ticket: https://dimagi.atlassian.net/browse/QA-6606

Safety Assurance

Duplicate PR

Automatically duplicate this PR as defined in contributing.md.

@avazirna avazirna changed the base branch from master to commcare_2.54 July 19, 2024 17:22
@avazirna avazirna marked this pull request as ready for review July 19, 2024 17:31
@avazirna avazirna merged commit 5786c97 into commcare_2.54 Jul 22, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants