GitHub Copilot · Example Payload

Github Copilot Setcopilotcontentexclusionrules Example

AgentsAIArtificial IntelligenceCode GenerationCode ReviewCoding AgentCustom InstructionsDeveloper ToolsExtensionsIDEMachine LearningMCPMetricsModel Context ProtocolProductivity

Github Copilot Setcopilotcontentexclusionrules 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": "setCopilotContentExclusionRules",
  "method": "PUT",
  "path": "/orgs/{org}/copilot/content_exclusion",
  "summary": "Github Copilot Set Copilot Content Exclusion Rules for an Organization",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "SetcopilotcontentexclusionrulesRequestExample",
      "example": {}
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Setcopilotcontentexclusionrules200Example",
      "example": {
        "message": "example_value"
      }
    },
    {
      "status": "413",
      "contentType": "application/json",
      "name": "Setcopilotcontentexclusionrules413Example",
      "example": {
        "message": "example_value",
        "documentation_url": "https://www.example.com"
      }
    }
  ]
}