GET /repos/{owner}/{repo}/rulesets/{ruleset_id}/history/{version_id}

github.com:github-rest-api

Summary: Get repository ruleset version
Operation ID: repos/get-repo-ruleset-version
Auth: bearer_token
Description

Get a version of a repository ruleset.

Parameters (4)

owner (string, path, required)

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

repo (string, path, required)

The name of the repository without the `.git` extension. The name is not case sensitive.

ruleset_id (integer, path, required)

The ID of the ruleset.

version_id (integer, path, required)

The ID of the version

No probe data for this endpoint yet.