Add account sitelinks
Creates assets and customer_asset links for this Google customer. Links apply at account level.
Authorization
bearerAuth API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
{ "customerId": "string", "sitelinks": [ { "assetId": "string", "text": "string", "linkUrl": "http://example.com", "description1": "string", "description2": "string" } ]}List account sitelinks
Lists directly attached Google assets. Fresh reads are cached for 10 minutes; exhausted quota may return the last successful read with stale=true. Inherited assets are not included.
Update account sitelinks
Edits existing Google assets in place. Send updates with assetResourceName and the fields to change. An asset is shared: changes affect every attachment using it. Omitted fields stay unchanged. The operation consumes the Google operations budget and invalidates affected cached lists.