Hi,
I am on HAproxy 2.8.5 with dataplaneapi version 3.2.3
I'm using the Add a new map payload endpoint put /services/haproxy/runtime/maps/{name}
But the response I receive only has a body with key/value and the id is missing (though the documentation I linked above suggest it should be included).
Currently I'm doing an extra request to get all the entries for a map so that I can find the id for the payload I just added so that I'm able to manage the entry later.
Thank you for your help!