GH-300 · Question #19
GH-300 Question #19: Real Exam Question with Answer & Explanation
The correct answer is A: Add teams to the Copilot subscription for an organization. {"question_number": 10, "question": "Which REST API endpoint is used to modify details about a GitHub Copilot Business subscription?", "correct_answers": ["A", "E"], "explanation": "The GitHub REST API for Copilot Business subscription management includes endpoints specifically f
Question
Which REST API endpoint is used to modify details about a GitHub Copilot Business subscription? (Each correct answer presents part of the solution. Choose two.)
Options
- AAdd teams to the Copilot subscription for an organization
- BUpgrade or downgrade the subscription tier
- CMigrate Copilot seat assignments between GitHub organizations
- DReassign Copilot seats based on GitHub repository size
- ERemove teams from the Copilot subscription for an organization
Explanation
{"question_number": 10, "question": "Which REST API endpoint is used to modify details about a GitHub Copilot Business subscription?", "correct_answers": ["A", "E"], "explanation": "The GitHub REST API for Copilot Business subscription management includes endpoints specifically for adding and removing teams from the organization's Copilot seat allocation: (A) 'Add teams to the Copilot subscription for an organization' - grants Copilot access to all members of specified teams. (E) 'Remove teams from the Copilot subscription for an organization' - revokes Copilot access from specified teams. These are the two symmetric modify operations for team-based seat management. Option B is incorrect because there is no API endpoint to upgrade or downgrade subscription tiers (that is done through billing settings, not the REST API). Options C and D describe operations that do not exist in the GitHub Copilot API - seats are assigned by user or team within one organization, not migrated between organizations or sized by repository.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.