PUT /repos/:owner/:repo/pages
| Name | Type | Description |
|---|---|---|
source |
string |
Update the source for the repository. Must include the branch name, and may optionally specify the subdirectory /docs. Possible values are "gh-pages", "master", and "master /docs". |
{
"source": "master /docs"
}
Status: 204 No Content