Skip to content

Commit 630d514

Browse files
docs(notebooks): correct help text — OAuth2 is supported
The AUTHENTICATION block claimed OAuth2 is not supported, but the notebooks_read / notebooks_write scopes work fine (see acp.rs, which describes this accurately). Update the help to match reality and the phrasing used by other commands in main.rs. Closes #406 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1a97c81 commit 630d514

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)