Directly add specific repositories to a running Polygraph session.
Accepts a slug, name, owner/repo full name, or repository ID for each repo to add. Skips the list_repos discovery step when the exact repo ref is already known. Use list_repos only when you need to discover or choose repositories.
Arguments
Section titled “Arguments”| Name | Type | Required | Description |
|---|---|---|---|
sessionId | string | yes | The Polygraph session ID. |
repoIds | array | yes | Specific repository refs to add directly to the session. Accepts a slug, name, owner/repo full name, or repository id. |