Github API - Test Config

PATCH /repos/{owner}/{repo}/releases/assets/{asset_id}
repos

Users with push access to the repository can edit a release asset.
Update a release asset

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 asset-id

asset-id [scalar]

The unique identifier of the asset.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json release-asset

release-asset [object]

Data related to a release.

Attributes
browser_download_url string

content_type string

created_at string

download_count integer

id integer

label string

name string

The file name of the asset.

node_id string

size integer

state string

State of the release asset.

updated_at string

url string

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