From 7201b07c673de80923ebdf5cecbac93d7c2eed73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Dec 2024 16:35:12 +0000 Subject: [PATCH] auto: Update main branch swagger file (commit: retromeet/core@97412feace003caf2da14b64b424440fce0c53f7) --- _data/openapi_main.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_data/openapi_main.json b/_data/openapi_main.json index 0e07839..30656e6 100644 --- a/_data/openapi_main.json +++ b/_data/openapi_main.json @@ -780,6 +780,10 @@ "location_display_name": { "type": "object" }, + "age": { + "type": "integer", + "format": "int32" + }, "picture": { "type": "string" }, @@ -789,6 +793,9 @@ }, "created_at": { "type": "string" + }, + "hide_age": { + "type": "boolean" } }, "description": "API_Entities_ProfileInfo model" @@ -1184,6 +1191,9 @@ "dont_know", "maybe" ] + }, + "hide_age": { + "type": "boolean" } }, "description": "Updates the current user's profile with the given parameters. The return will only contain fields that could have been modified."