Closed gota0 closed 4 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.
Hi @gota0 ,
We've updated api.md with the correct specification for debug_privacy_epsilon
.
The response I get from the getJob API doesn't include
debug_privacy_epsilon
as adouble
but astring
. e.g.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.