Github API - Test Config

PATCH /orgs/{org}/actions/required_workflows/{required_workflow_id}
orgs
actions

Update a required workflow in an organization.

You must authenticate using an access token with the admin:org scope to use this endpoint.

For more information, see "Required Workflows."
Update a required workflow

Arguments
key org

org [scalar]

The organization name. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key required-workflow-id

required-workflow-id [scalar]

The unique identifier of the required workflow.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json required-workflow

required-workflow [object]

Attributes
created_at string

id number

Unique identifier for a required workflow

name string

Name present in the workflow file

path string

Path of the workflow file

ref string

Ref at which the workflow file will be selected

repository minimal-repository

scope string

Scope of the required workflow

selected_repositories_url string

state string

State of the required workflow

updated_at string

API:
Github Open API
(version: 1.1.4)
422 validation_failed_simple

validation_failed_simple [scalar]

Validation failed, or the endpoint has been spammed.

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