Functions
Get the linked repository
The link and its last deploy. Never returns the webhook secret.
get/v1/functions/{functionId}/git-link
Path parameters
functionIdstring required
Zavu Function ID.
Response
The link.
Example response
{
"link": {
"owner": "acme",
"repo": "order-bot",
"branch": "main"
},
"webhookSecret": "ghs_a1b2c3..."
}Changes
Changed in 1 of the 66 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○