diff --git a/.apigentools-info b/.apigentools-info index 210542fd275c..d821461d63bb 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-03-25 18:26:19.730337", - "spec_repo_commit": "b25d7c85" + "regenerated": "2025-03-28 15:07:48.185211", + "spec_repo_commit": "3f3e8eaf" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-03-25 18:26:19.746346", - "spec_repo_commit": "b25d7c85" + "regenerated": "2025-03-28 15:07:48.208726", + "spec_repo_commit": "3f3e8eaf" } } } \ No newline at end of file diff --git a/features/v2/container_images.feature b/features/v2/container_images.feature index ad6e1559becb..8e9162526cf2 100644 --- a/features/v2/container_images.feature +++ b/features/v2/container_images.feature @@ -10,25 +10,25 @@ Feature: Container Images And an instance of "ContainerImages" API And new "ListContainerImages" request - @replay-only @team:DataDog/processes + @replay-only @team:DataDog/container-experiences Scenario: Get all Container Image groups returns "OK" response Given request contains "group_by" parameter with value "short_image" When the request is sent Then the response status is 200 OK And the response "data[0].attributes.name" is equal to "test_name" - @generated @skip @team:DataDog/processes + @generated @skip @team:DataDog/container-experiences Scenario: Get all Container Images returns "Bad Request" response When the request is sent Then the response status is 400 Bad Request - @replay-only @team:DataDog/processes + @replay-only @team:DataDog/container-experiences Scenario: Get all Container Images returns "OK" response When the request is sent Then the response status is 200 OK And the response "data[0].attributes.name" is equal to "test_name" - @replay-only @skip-validation @team:DataDog/processes @with-pagination + @replay-only @skip-validation @team:DataDog/container-experiences @with-pagination Scenario: Get all Container Images returns "OK" response with pagination Given request contains "page[size]" parameter with value 2 When the request with pagination is sent diff --git a/features/v2/containers.feature b/features/v2/containers.feature index 8149319237f4..1e1e842371a6 100644 --- a/features/v2/containers.feature +++ b/features/v2/containers.feature @@ -10,25 +10,25 @@ Feature: Containers And an instance of "Containers" API And new "ListContainers" request - @replay-only @team:DataDog/processes + @replay-only @team:DataDog/container-experiences Scenario: Get All Container groups returns "OK" response Given request contains "group_by" parameter with value "short_image" When the request is sent Then the response status is 200 OK And the response "data[0].attributes.count" is equal to 123 - @generated @skip @team:DataDog/processes + @generated @skip @team:DataDog/container-experiences Scenario: Get All Containers returns "Bad Request" response When the request is sent Then the response status is 400 Bad Request - @replay-only @team:DataDog/processes + @replay-only @team:DataDog/container-experiences Scenario: Get All Containers returns "OK" response When the request is sent Then the response status is 200 OK And the response "data[0].attributes.name" is equal to "test_name" - @replay-only @skip-validation @team:DataDog/processes @with-pagination + @replay-only @skip-validation @team:DataDog/container-experiences @with-pagination Scenario: Get All Containers returns "OK" response with pagination Given request contains "page[size]" parameter with value 2 When the request with pagination is sent