Forgejo API
GET/admin/unadopted

List unadopted repositories

Lists repositories whose files have not been adopted as repositories. Use pattern to restrict the results and page with limit to control which portion of the matching repository names you receive.

3 parameters
pageintegeroptional
The 1-based page number of matching repositories to return.
limitintegeroptional
The number of matching repositories to include in the response.
patternstringoptional
A pattern used to filter the repositories being searched for.

2 status codes
200Returns an array of repository name strings matching the requested search and pagination settings.
403Returned when the authenticated user is not permitted to list unadopted repositories.
messagestringoptional
urlstringoptional

Error handling

A 403 is returned when the authenticated user is not permitted to list unadopted repositories. page identifies the 1-based result page, limit controls the page size, and pattern narrows the repository names being searched.