List unadopted repositories
GET
/admin/unadopted
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “ Query Parameters ” page
integer
Page number of results to return (1-based)
limit
integer
Page size of results
pattern
string
Pattern of repositories to search for
Responses
Section titled “ Responses ”StringSlice
Media type application/json
Array<string>
Example generated
[ "example"]APIForbiddenError is a forbidden error response
Media type application/json
object
message
string
url
string
Example generated
{ "message": "example", "url": "example"}