GitHub Copilot · Example Payload

Github Copilot Getcopilotcontentexclusionrules Example

AgentsAIArtificial IntelligenceCode GenerationCode ReviewCoding AgentCustom InstructionsDeveloper ToolsExtensionsIDEMachine LearningMCPMetricsModel Context ProtocolProductivity

Github Copilot Getcopilotcontentexclusionrules Example is an example object payload from GitHub Copilot, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getCopilotContentExclusionRules",
  "method": "GET",
  "path": "/orgs/{org}/copilot/content_exclusion",
  "summary": "Github Copilot Get Copilot Content Exclusion Rules for an Organization",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getcopilotcontentexclusionrules200Example",
      "example": {}
    }
  ]
}