There was an error while loading. Please reload this page.
2 parents 1a97c81 + 630d514 commit b014ad9Copy full SHA for b014ad9
1 file changed
src/main.rs
@@ -1889,8 +1889,8 @@ enum Commands {
1889
/// pup notebooks delete 12345
1890
///
1891
/// AUTHENTICATION:
1892
- /// Requires API key authentication (DD_API_KEY + DD_APP_KEY).
1893
- /// OAuth2 is not supported for this endpoint.
+ /// Requires OAuth2 (via 'pup auth login') with notebooks_read/notebooks_write
+ /// scopes, or API key authentication (DD_API_KEY + DD_APP_KEY).
1894
#[command(verbatim_doc_comment)]
1895
Notebooks {
1896
#[command(subcommand)]
0 commit comments