Skip to content

Commit

Permalink
Merge pull request #1194 from SEKOIA-IO/rename-actions-to-differentia…
Browse files Browse the repository at this point in the history
…te-them

chore: rename asset CRUD actions to differentiate v1 from v2
  • Loading branch information
ysindel authored Nov 28, 2024
2 parents 1be0c73 + c3c6824 commit 49b0e32
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Sekoia.io/action_creates_a_new_asset_v2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"uuid": "ed063a4f-105e-437a-8afe-503735add6d4",
"name": "Create Asset",
"name": "Create Asset (V2)",
"docker_parameters": "post-assets-v2",
"description": "Create a new asset",
"arguments": {
Expand Down
2 changes: 1 addition & 1 deletion Sekoia.io/action_deletes_an_asset_v2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"uuid": "31e6e73a-ac13-41ca-9f1a-0a0e33fda801",
"name": "Delete an asset",
"name": "Delete an asset (V2)",
"docker_parameters": "delete-assets-v2/{uuid}",
"description": "Delete the requested asset",
"arguments": {
Expand Down
2 changes: 1 addition & 1 deletion Sekoia.io/action_list_assets_v2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"uuid": "f7581c54-b9b8-414c-96cd-f13168cac7ce",
"name": "List Assets",
"name": "List Assets (V2)",
"docker_parameters": "get-assets-v2",
"description": "Return a list of assets according to the filters",
"arguments": {
Expand Down
2 changes: 1 addition & 1 deletion Sekoia.io/action_returns_an_asset_v2.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"uuid": "25ebfce7-f980-46e3-a2b8-0b59f1905acb",
"name": "Get Asset",
"name": "Get Asset (V2)",
"docker_parameters": "get-assets-v2/{uuid}",
"description": "Return an asset according to its identifier",
"arguments": {
Expand Down

0 comments on commit 49b0e32

Please sign in to comment.