Github API - Test Config

PATCH /repos/{owner}/{repo}/hooks/{hook_id}/config
repos

Updates the webhook configuration for a repository. To update more information about the webhook, including the active state and events, use "Update a repository webhook."

Access tokens must have the write:repo_hook or repo scope, and GitHub Apps must have the repository_hooks:write permission.
Update a webhook configuration for a repository

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key hook-id

hook-id [scalar]

The unique identifier of the hook.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json webhook-config

webhook-config [object]

Configuration object of the webhook

Attributes
API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)