Skip to main content
POST
Pin a source's recipe

Authorizations

x-api-key
string
header
required

Your Vern API key. Create one at Settings → API keys.

Path Parameters

source
string
required

The source name (URL-encode spaces).

Body

application/json
run_id
string<uuid> | null
required

The run whose recipe to pin, or null to unpin.

Response

The updated pin.

source
string
pinned_recipe_run_id
string<uuid> | null