---
title: "Request Refresh"
method: POST
path: "/public/repos/{owner}/{name}/refresh"
tags: ["public"]
---

# Request Refresh

`POST /public/repos/{owner}/{name}/refresh`

## Path parameters

- `owner` string, required
- `name` string, required

## Request body

- RefreshRequest
  - `email` string, required

## Response `200`

Successful Response

- RefreshResponse
  - `status` string, required
  - `short_id` string, nullable
  - `available_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc.dev/repowise/apis/repowise-hosted-api/revisions/ab200f4d1489?raw)
