跳转到内容
Try Gitea Cloud ☁️ for 30 days → Accelerate your Development & Deploys!

List unadopted repositories

GET
/admin/unadopted
curl --request GET \
--url https://gitea.com/api/v1/admin/unadopted \
--header 'Authorization: Basic <credentials>'
page
integer

Page number of results to return (1-based)

limit
integer

Page size of results

pattern
string

Pattern of repositories to search for

StringSlice

Media typeapplication/json
Array<string>
Examplegenerated
[
"example"
]

APIForbiddenError is a forbidden error response

Media typeapplication/json
message
string
url
string