generated from coulomb/repo-seed
Add activity-core scope context API
This commit is contained in:
@@ -333,6 +333,12 @@ def test_openapi_contract_snapshot_for_stable_agent_paths():
|
||||
"/repos/{repo_slug}/scope": {
|
||||
"get": {"tags": ["scope"], "success_schema": None}
|
||||
},
|
||||
"/repos/{repo_slug}/scope/context": {
|
||||
"get": {
|
||||
"tags": ["scope"],
|
||||
"success_schema": "RepositoryScopeContextResponse",
|
||||
}
|
||||
},
|
||||
"/repos/{repo_slug}/scope/diff": {
|
||||
"get": {"tags": ["scope"], "success_schema": "object"}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user