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 Oct 24, 2024
1 parent b062525 commit 9526787
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": 1729748736,
"generated_ts": 1729749496,
"hash": "eae75ddae57dd3309ee20daa46a0db61"
},
"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": "Retrieve Pxgrid Node by name",
"description": "Delete the 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": "GET",
"description": "the HTTP Method to be used for this action",
"default": "DELETE",
"description": "The HTTP Method used for this action",
"immutable": true,
"required": true,
"type": "string"
Expand Down

0 comments on commit 9526787

Please sign in to comment.