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 8, 2024
1 parent 8548280 commit 02a40d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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": 1728388358,
"generated_ts": 1728392216,
"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": "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
4 changes: 2 additions & 2 deletions v1/packs/dimensiondata/actions/delete_vlan.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "Delete a VLAN",
"description": "Get a VLAN",
"enabled": true,
"entry_point": "run_compute.py",
"entry_point": "delete_vlan.py",
"name": "delete_vlan",
"parameters": {
"action": {
Expand Down

0 comments on commit 02a40d1

Please sign in to comment.