Implemented profile-scoped CMIS Browser Binding routes
This commit is contained in:
parent
41da61896b
commit
7e168e93d3
6 changed files with 650 additions and 1 deletions
|
|
@ -654,6 +654,9 @@ def test_service_health_readiness_version_and_openapi_contracts(client) -> None:
|
|||
assert "/api/v1/ready" in paths
|
||||
assert "/api/v1/version" in paths
|
||||
assert "/api/v1/context" in paths
|
||||
assert "/cmis" in paths
|
||||
assert "/cmis/{access_point_id}/browser" in paths
|
||||
assert "/cmis/{access_point_id}/browser/children" in paths
|
||||
assert "/api/v1/assets" in paths
|
||||
assert "/api/v1/relationships" in paths
|
||||
assert "/api/v1/audit/events" in paths
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue