@@ -, +, @@ --- api/v1/swagger/definitions/cashup.json | 7 +++++++ 1 file changed, 7 insertions(+) --- a/api/v1/swagger/definitions/cashup.json +++ a/api/v1/swagger/definitions/cashup.json @@ -13,6 +13,13 @@ "type": "integer", "description": "Internal identifier for the manager the cashup was performed by" }, + "manager": { + "type": [ + "object", + "null" + ], + "description": "The object representing the manager the cashup was performed by" + }, "amount": { "type": "number", "description": "Account line amount" --