Skip to content

POST /projects/:id/refresh

POST
/projects/{id}/refresh
curl --request POST \
--url https://example.com/projects/example/refresh
id
required
string

Successful response.

Error response (see src/core/errors.ts).

Media typeapplication/json
object
error
required
object
code
required
string
message
required
string
hint
string
Examplegenerated
{
"error": {
"code": "example",
"message": "example",
"hint": "example"
}
}