Skip to content

Commit 72d988d

Browse files
Merge pull request #660 from DataDog/nogates-patch-1
Replace status_pages_notice_write with status_pages_incident_write
2 parents fe0397c + 87933a3 commit 72d988d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/auth/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ pub fn default_scopes() -> Vec<&'static str> {
235235
"slos_read",
236236
"slos_write",
237237
// Status Pages
238-
"status_pages_notice_write",
238+
"status_pages_incident_write",
239239
"status_pages_settings_read",
240240
"status_pages_settings_write",
241241
// Synthetics

0 commit comments

Comments
 (0)