privacysandbox / aggregation-service

This repository contains instructions and scripts to set up and test the Privacy Sandbox Aggregation Service
Apache License 2.0
64 stars 34 forks source link

Mismatch between API response and specification for `debug_privacy_epsilon` field #44

Closed gota0 closed 4 months ago

gota0 commented 7 months ago

The response I get from the getJob API doesn't include debug_privacy_epsilon as a double but a string. e.g.

{
    ...
    "job_parameters": {
        "debug_privacy_epsilon": "64.0",
        ...
    }
    ...
}

The API specifications in https://github.com/privacysandbox/aggregation-service/blob/main/docs/api.md state that we should expect a double value. It would be helpful if either the specifications or the API response is changed to match the other.

maybellineboon commented 7 months ago

Hi @gota0 ,

Thank you for bringing this issue to our attention. We understand the problem and are working on this. We'll provide an update as soon as it's available.

maybellineboon commented 4 months ago

Hi @gota0 ,

We've updated api.md with the correct specification for debug_privacy_epsilon.