MCPcopy
hub / github.com/simstudioai/sim / buildBatchUpdateUrl

Function buildBatchUpdateUrl

apps/sim/tools/google_forms/utils.ts:67–71  ·  view source on GitHub ↗
(formId: string)

Source from the content-addressed store, hash-verified

65}
66
67export function buildBatchUpdateUrl(formId: string): string {
68 const finalUrl = `${FORMS_API_BASE}/forms/${encodeURIComponent(formId)}:batchUpdate`
69 logger.debug('Built Google Forms batch update URL', { finalUrl })
70 return finalUrl
71}
72
73export function buildSetPublishSettingsUrl(formId: string): string {
74 const finalUrl = `${FORMS_API_BASE}/forms/${encodeURIComponent(formId)}:setPublishSettings`

Callers 1

batch_update.tsFile · 0.90

Calls 1

debugMethod · 0.80

Tested by

no test coverage detected