News

In the Swagger UI generated docs, if I want to pass a json that represents a dictionnary I'm obliged to pass the json string field in the format "{'key1': value1, 'key2': value2, ...}". If I request ...