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 typeapplication/json
Array<string>
Examplegenerated
[ "example"]APIForbiddenError is a forbidden error response
Media typeapplication/json
object
message
string
url
string
Examplegenerated
{ "message": "example", "url": "example"}