Skip to content

Commit

Permalink
Added a remaining file
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Oct 31, 2023
1 parent 9e7a3c7 commit e222812
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/GitHub/public/Repositories/Repositories/remaining.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Update a repository
Create a repository dispatch event
Create a repository using a template
2 changes: 1 addition & 1 deletion tools/utilities/GitHubAPI.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $response = Invoke-RestMethod -Uri $APIDocURI -Method Get
# @{n = 'PUT'; e = { (($_.value.psobject.Properties.Name) -contains 'PUT') } }, `
# @{n = 'PATCH'; e = { (($_.value.psobject.Properties.Name) -contains 'PATCH') } } | Format-Table

$path = '/repositories/{repository_id}/environments/{environment_name}/secrets/{secret_name}'
$path = '/repos/{owner}/{repo}/vulnerability-alerts'
$method = 'get'
$response.paths.$path.$method
$response.paths.$path.$method.tags | clip # -> Namespace/foldername
Expand Down

0 comments on commit e222812

Please sign in to comment.