1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AgentEntityPR

AgentEntityPR

    Represents agent entity.

    Properties

    • repo AgentEntityRepository required
      The repo the PR is in
    • name string required
      The name of the repository.
    • org string required
      The organization that the repository is contained within
    • forge string optional
      The forge/provider where the repository is hosted
    • host string optional
      The hostname for the repository, used for self-hosted providers such as GitHub Enterprise
    • type string required
    • number integer required
      The PR number
    • merged boolean required
      If the PR has been merged already
    • type string required