Skip to content

Commit e10909b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Remove PANA and RUM from codeowners on Session Replay endpoints (#3813)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 4724e17 commit e10909b

4 files changed

Lines changed: 19 additions & 19 deletions

File tree

src/test/resources/com/datadog/api/client/v2/api/rum_replay_heatmaps.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@ Feature: Rum Replay Heatmaps
88
And a valid "appKeyAuth" key in the system
99
And an instance of "RumReplayHeatmaps" API
1010

11-
@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
11+
@generated @skip @team:DataDog/session-replay-backend
1212
Scenario: Create replay heatmap snapshot returns "Created" response
1313
Given new "CreateReplayHeatmapSnapshot" request
1414
And body with value {"data": {"attributes": {"application_id": "aaaaaaaa-1111-2222-3333-bbbbbbbbbbbb", "device_type": "desktop", "event_id": "11111111-2222-3333-4444-555555555555", "is_device_type_selected_by_user": false, "snapshot_name": "My Snapshot", "start": 0, "view_name": "/home"}, "type": "snapshots"}}
1515
When the request is sent
1616
Then the response status is 201 Created
1717

18-
@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
18+
@generated @skip @team:DataDog/session-replay-backend
1919
Scenario: Delete replay heatmap snapshot returns "No Content" response
2020
Given new "DeleteReplayHeatmapSnapshot" request
2121
And request contains "snapshot_id" parameter from "REPLACE.ME"
2222
When the request is sent
2323
Then the response status is 204 No Content
2424

25-
@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
25+
@generated @skip @team:DataDog/session-replay-backend
2626
Scenario: List replay heatmap snapshots returns "OK" response
2727
Given new "ListReplayHeatmapSnapshots" request
2828
And request contains "filter[view_name]" parameter from "REPLACE.ME"
2929
When the request is sent
3030
Then the response status is 200 OK
3131

32-
@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
32+
@generated @skip @team:DataDog/session-replay-backend
3333
Scenario: Update replay heatmap snapshot returns "OK" response
3434
Given new "UpdateReplayHeatmapSnapshot" request
3535
And request contains "snapshot_id" parameter from "REPLACE.ME"

src/test/resources/com/datadog/api/client/v2/api/rum_replay_playlists.feature

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Feature: Rum Replay Playlists
88
And a valid "appKeyAuth" key in the system
99
And an instance of "RumReplayPlaylists" API
1010

11-
@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
11+
@generated @skip @team:DataDog/session-replay-backend
1212
Scenario: Add rum replay session to playlist returns "Created" response
1313
Given new "AddRumReplaySessionToPlaylist" request
1414
And request contains "ts" parameter from "REPLACE.ME"
@@ -17,7 +17,7 @@ Feature: Rum Replay Playlists
1717
When the request is sent
1818
Then the response status is 201 Created
1919

20-
@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
20+
@generated @skip @team:DataDog/session-replay-backend
2121
Scenario: Add rum replay session to playlist returns "OK" response
2222
Given new "AddRumReplaySessionToPlaylist" request
2323
And request contains "ts" parameter from "REPLACE.ME"
@@ -26,57 +26,57 @@ Feature: Rum Replay Playlists
2626
When the request is sent
2727
Then the response status is 200 OK
2828

29-
@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
29+
@generated @skip @team:DataDog/session-replay-backend
3030
Scenario: Bulk remove rum replay playlist sessions returns "No Content" response
3131
Given new "BulkRemoveRumReplayPlaylistSessions" request
3232
And request contains "playlist_id" parameter from "REPLACE.ME"
3333
And body with value {"data": [{"id": "00000000-0000-0000-0000-000000000001", "type": "rum_replay_session"}]}
3434
When the request is sent
3535
Then the response status is 204 No Content
3636

37-
@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
37+
@generated @skip @team:DataDog/session-replay-backend
3838
Scenario: Create rum replay playlist returns "Created" response
3939
Given new "CreateRumReplayPlaylist" request
4040
And body with value {"data": {"attributes": {"created_by": {"handle": "john.doe@example.com", "id": "00000000-0000-0000-0000-000000000001", "uuid": "00000000-0000-0000-0000-000000000001"}, "name": "My Playlist"}, "type": "rum_replay_playlist"}}
4141
When the request is sent
4242
Then the response status is 201 Created
4343

44-
@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
44+
@generated @skip @team:DataDog/session-replay-backend
4545
Scenario: Delete rum replay playlist returns "No Content" response
4646
Given new "DeleteRumReplayPlaylist" request
4747
And request contains "playlist_id" parameter from "REPLACE.ME"
4848
When the request is sent
4949
Then the response status is 204 No Content
5050

51-
@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
51+
@generated @skip @team:DataDog/session-replay-backend
5252
Scenario: Get rum replay playlist returns "OK" response
5353
Given new "GetRumReplayPlaylist" request
5454
And request contains "playlist_id" parameter from "REPLACE.ME"
5555
When the request is sent
5656
Then the response status is 200 OK
5757

58-
@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
58+
@generated @skip @team:DataDog/session-replay-backend
5959
Scenario: List rum replay playlist sessions returns "OK" response
6060
Given new "ListRumReplayPlaylistSessions" request
6161
And request contains "playlist_id" parameter from "REPLACE.ME"
6262
When the request is sent
6363
Then the response status is 200 OK
6464

65-
@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
65+
@generated @skip @team:DataDog/session-replay-backend
6666
Scenario: List rum replay playlists returns "OK" response
6767
Given new "ListRumReplayPlaylists" request
6868
When the request is sent
6969
Then the response status is 200 OK
7070

71-
@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
71+
@generated @skip @team:DataDog/session-replay-backend
7272
Scenario: Remove rum replay session from playlist returns "No Content" response
7373
Given new "RemoveRumReplaySessionFromPlaylist" request
7474
And request contains "playlist_id" parameter from "REPLACE.ME"
7575
And request contains "session_id" parameter from "REPLACE.ME"
7676
When the request is sent
7777
Then the response status is 204 No Content
7878

79-
@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
79+
@generated @skip @team:DataDog/session-replay-backend
8080
Scenario: Update rum replay playlist returns "OK" response
8181
Given new "UpdateRumReplayPlaylist" request
8282
And request contains "playlist_id" parameter from "REPLACE.ME"

src/test/resources/com/datadog/api/client/v2/api/rum_replay_sessions.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Feature: Rum Replay Sessions
33
Retrieve segments for RUM replay sessions. Access session replay data
44
stored in event platform or blob storage.
55

6-
@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
6+
@generated @skip @team:DataDog/session-replay-backend
77
Scenario: Get segments returns "OK" response
88
Given a valid "apiKeyAuth" key in the system
99
And a valid "appKeyAuth" key in the system

src/test/resources/com/datadog/api/client/v2/api/rum_replay_viewership.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,29 @@ Feature: Rum Replay Viewership
88
And a valid "appKeyAuth" key in the system
99
And an instance of "RumReplayViewership" API
1010

11-
@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
11+
@generated @skip @team:DataDog/session-replay-backend
1212
Scenario: Create rum replay session watch returns "Created" response
1313
Given new "CreateRumReplaySessionWatch" request
1414
And request contains "session_id" parameter from "REPLACE.ME"
1515
And body with value {"data": {"attributes": {"application_id": "aaaaaaaa-1111-2222-3333-bbbbbbbbbbbb", "event_id": "11111111-2222-3333-4444-555555555555", "timestamp": "2026-01-13T17:15:53.208340Z"}, "type": "rum_replay_watch"}}
1616
When the request is sent
1717
Then the response status is 201 Created
1818

19-
@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
19+
@generated @skip @team:DataDog/session-replay-backend
2020
Scenario: Delete rum replay session watch returns "No Content" response
2121
Given new "DeleteRumReplaySessionWatch" request
2222
And request contains "session_id" parameter from "REPLACE.ME"
2323
When the request is sent
2424
Then the response status is 204 No Content
2525

26-
@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
26+
@generated @skip @team:DataDog/session-replay-backend
2727
Scenario: List rum replay session watchers returns "OK" response
2828
Given new "ListRumReplaySessionWatchers" request
2929
And request contains "session_id" parameter from "REPLACE.ME"
3030
When the request is sent
3131
Then the response status is 200 OK
3232

33-
@generated @skip @team:DataDog/product-analytics-backend @team:DataDog/rum-backend @team:DataDog/session-replay-backend
33+
@generated @skip @team:DataDog/session-replay-backend
3434
Scenario: List rum replay viewership history sessions returns "OK" response
3535
Given new "ListRumReplayViewershipHistorySessions" request
3636
When the request is sent

0 commit comments

Comments
 (0)