mozilla-releng/balrog

editing a release fails with `data_version: None is not of type 'integer'`

Closed this issue · 1 comments

Uploading a file through the form at https://balrog.services.mozilla.org/releases/<release_name> appears to POST to /api/scheduled_changes/releases with data_version: null, which the admin endpoint dislikes.

Turns out this was because I should have used https://balrog.services.mozilla.org/releases/<release_name>/v2 instead.