Skip to content

Commit

Permalink
Update Index (GHA)
Browse files Browse the repository at this point in the history
  • Loading branch information
stackstorm-neptr committed Aug 28, 2024
1 parent f821a20 commit fa9d4d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion v1/index.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"metadata": {
"generated_ts": 1724849245,
"generated_ts": 1724850840,
"hash": "6a320c047f62bfe42c8a1b696b272947"
},
"packs": {
Expand Down
6 changes: 3 additions & 3 deletions v1/packs/cisco_ise/actions/pxgrid_node.get_by_name.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"description": "Delete the Pxgrid Node by name",
"description": "Retrieve Pxgrid Node by name",
"enabled": true,
"entry_point": "action.py",
"name": "pxgrid_node.get_by_name",
Expand Down Expand Up @@ -29,8 +29,8 @@
"type": "string"
},
"http_method": {
"default": "DELETE",
"description": "The HTTP Method used for this action",
"default": "GET",
"description": "the HTTP Method to be used for this action",
"immutable": true,
"required": true,
"type": "string"
Expand Down

0 comments on commit fa9d4d4

Please sign in to comment.