Skip to content

Commit

Permalink
chore: update auto-generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timrogers committed Jul 4, 2022
1 parent 608513e commit 034de15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/codeScanning/listAlertsForRepo.md
Expand Up @@ -79,7 +79,7 @@ The direction to sort the results by.
</td></tr>
<tr><td>sort</td><td>no</td><td>

The property by which to sort the results.
The property by which to sort the results. `number` is deprecated - we recommend that you use `created` instead.

</td></tr>
<tr><td>state</td><td>no</td><td>
Expand Down
5 changes: 5 additions & 0 deletions docs/repos/createFork.md
Expand Up @@ -44,6 +44,11 @@ The name of the repository. The name is not case sensitive.

Optional parameter to specify the organization name if forking into an organization.

</td></tr>
<tr><td>name</td><td>no</td><td>

When forking from an existing repository, a new name for the fork.

</td></tr>
</tbody>
</table>
Expand Down

0 comments on commit 034de15

Please sign in to comment.