gen: regenerate protobuf code

Updates #2986
This commit is contained in:
Kristoffer Dalby
2026-01-16 13:55:20 +00:00
parent b01eda721c
commit 8776745428
3 changed files with 47 additions and 4 deletions

View File

@@ -124,6 +124,13 @@
"in": "path",
"required": true,
"type": "string"
},
{
"name": "id",
"in": "query",
"required": false,
"type": "string",
"format": "uint64"
}
],
"tags": [
@@ -1012,6 +1019,10 @@
"properties": {
"prefix": {
"type": "string"
},
"id": {
"type": "string",
"format": "uint64"
}
}
},