From 70966164145b25a199d57ccb5884d3221b11ef2a Mon Sep 17 00:00:00 2001 From: Katos <7927609+katosdev@users.noreply.github.com> Date: Sat, 22 Jun 2024 15:41:12 +0100 Subject: [PATCH] Update docs for new location pricing --- docs/docs/api/openapi-2.0.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/docs/api/openapi-2.0.json b/docs/docs/api/openapi-2.0.json index b10c93ad..dab7ef77 100644 --- a/docs/docs/api/openapi-2.0.json +++ b/docs/docs/api/openapi-2.0.json @@ -2469,6 +2469,9 @@ "parent": { "$ref": "#/definitions/repo.LocationSummary" }, + "totalPrice": { + "type": "number" + }, "updatedAt": { "type": "string" } @@ -2707,6 +2710,9 @@ }, "total": { "type": "integer" + }, + "updatedAt": { + "type": "string" } } }, @@ -2989,4 +2995,4 @@ "in": "header" } } -} \ No newline at end of file +}