privacysandbox/aggregation-service

Mismatch between API response and specification for `debug_privacy_epsilon` field

Closed this issue · 2 comments

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.

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.

Hi @gota0 ,

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