repos

Toggle Repowise Managed

Admin-only: flip repos.repowise_managed for a repo.

Lets the Repowise team mark featured/curated repos (e.g. fastapi, next.js, repowise) so the redesigned Explore page and Landing surface them with a distinct treatment.

Kept here rather than folded into /admin/repos because the dashboard repo card has always called this path and the admin fleet PATCH delegates to the same helper underneath.

patch/repos/{repo_id}/managed

Path parameters

repo_idstring required

Request body

repowise_managedboolean required

Response

Successful Response

idstring required
canonical_urlstring required
ownerstring required
namestring required
default_branchstring required
latest_known_head_shastring nullable
is_publicboolean required
file_countinteger nullable
last_checked_atstring date-time nullable
auto_sync_enabledboolean
github_checks_enabledboolean
last_webhook_atstring date-time nullable
last_polled_atstring date-time nullable
exclude_patternsstring[]
max_file_pagesinteger nullable
prose_refreshstring
prose_daily_cap_centsinteger
repowise_managedboolean
descriptionstring nullable
primary_languagestring nullable
starsinteger nullable
badge_detected_atstring date-time nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.