Add activity-core scope context API
This commit is contained in:
parent
8ea0b18ac3
commit
1990f75b73
6 changed files with 542 additions and 113 deletions
|
|
@ -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"}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue