Skip to content

Commit

Permalink
auto: Update main branch swagger file (commit: retromeet/core@97412fe)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 9, 2024
1 parent fe38229 commit 7201b07
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _data/openapi_main.json
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,10 @@
"location_display_name": {
"type": "object"
},
"age": {
"type": "integer",
"format": "int32"
},
"picture": {
"type": "string"
},
Expand All @@ -789,6 +793,9 @@
},
"created_at": {
"type": "string"
},
"hide_age": {
"type": "boolean"
}
},
"description": "API_Entities_ProfileInfo model"
Expand Down Expand Up @@ -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."
Expand Down

0 comments on commit 7201b07

Please sign in to comment.