0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-06-22 12:15:19 +02:00
This commit is contained in:
pomidorry 2026-06-07 14:43:43 +03:00
parent 7ec7cc7819
commit a1ca77584d
2 changed files with 12 additions and 0 deletions

View File

@ -27531,6 +27531,12 @@
],
"x-go-name": "Service"
},
"ssh_key_owner_id": {
"description": "SSHKeyOwnerID picks which managed SSH keypair to use for SSH clones.\n0 means use the target repo owner (default).",
"type": "integer",
"format": "int64",
"x-go-name": "SSHKeyOwnerID"
},
"uid": {
"description": "deprecated (only for backwards compatibility, use repo_owner instead)",
"type": "integer",

View File

@ -7544,6 +7544,12 @@
"type": "string",
"x-go-name": "Service"
},
"ssh_key_owner_id": {
"description": "SSHKeyOwnerID picks which managed SSH keypair to use for SSH clones.\n0 means use the target repo owner (default).",
"format": "int64",
"type": "integer",
"x-go-name": "SSHKeyOwnerID"
},
"uid": {
"deprecated": true,
"description": "deprecated (only for backwards compatibility, use repo_owner instead)",