mirror of
https://git.vectorsigma.ru/public/immich.git
synced 2026-07-28 23:58:06 +00:00
fix(server): add missing history metadata to getAuthStatus endpoint (#25927)
* fix(server): add missing history metadata to getAuthStatus endpoint * chore: regenerate openapi specs
This commit is contained in:
@@ -4959,7 +4959,22 @@
|
||||
"summary": "Retrieve auth status",
|
||||
"tags": [
|
||||
"Authentication"
|
||||
]
|
||||
],
|
||||
"x-immich-history": [
|
||||
{
|
||||
"version": "v1",
|
||||
"state": "Added"
|
||||
},
|
||||
{
|
||||
"version": "v1",
|
||||
"state": "Beta"
|
||||
},
|
||||
{
|
||||
"version": "v2",
|
||||
"state": "Stable"
|
||||
}
|
||||
],
|
||||
"x-immich-state": "Stable"
|
||||
}
|
||||
},
|
||||
"/auth/validateToken": {
|
||||
|
||||
Reference in New Issue
Block a user