Skip to content

Commit b014ad9

Browse files
Merge pull request #410 from datadog-labs/fix/notebooks-help-oauth2
docs(notebooks): correct help text — OAuth2 is supported
2 parents 1a97c81 + 630d514 commit b014ad9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1889,8 +1889,8 @@ enum Commands {
18891889
/// pup notebooks delete 12345
18901890
///
18911891
/// AUTHENTICATION:
1892-
/// Requires API key authentication (DD_API_KEY + DD_APP_KEY).
1893-
/// OAuth2 is not supported for this endpoint.
1892+
/// Requires OAuth2 (via 'pup auth login') with notebooks_read/notebooks_write
1893+
/// scopes, or API key authentication (DD_API_KEY + DD_APP_KEY).
18941894
#[command(verbatim_doc_comment)]
18951895
Notebooks {
18961896
#[command(subcommand)]

0 commit comments

Comments
 (0)