Googleapis Contentwarehouse
Connector for the googleapis-contentwarehouse API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://contentwarehouse.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
contentwarehouse_projects_locations_synonymsets_— GET /v1/{name} — Gets a SynonymSet for a particular context. Throws a NOT_FOUND exception if thecontentwarehouse_projects_locations_documentsche— GET /v1/{parent}/documentSchemas — Lists document schemas.contentwarehouse_projects_locations_rulesets_lis— GET /v1/{parent}/ruleSets — Lists rulesets.contentwarehouse_projects_locations_initialize— POST /v1/{location}:initialize — Provisions resources for given tenant project. Returns a long running operation.contentwarehouse_projects_locations_documents_re— POST /v1/{name}:delete — Deletes a document. Returns NOT_FOUND if the document does not exist.contentwarehouse_projects_locations_documents_lo— POST /v1/{name}:lock — Lock the document so the document cannot be updated by other users.
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: contentwarehouse_projects_locations_synonymsets_
# (attach an 'oauth' credential to the task — no inline secrets)