improved

2026 June Week 1 release: Updates to existing APIs

Summary: Updated APIs for Document Generator.

Document Generator

Link to the documentation

Document Generator (v v3)


What's Deleted


POST /v3/teamsites/{teamsiteId}/livedocTemplates/generate

Submit LiveDoc generation from uploaded template

What's Changed


GET /v3/generatedLivedocs/{generatedLivedocId}/outputs/{outputId}/content

Download a Document Generator output

Return Type:

Changed response : 404 Not Found

Content is not found or not ready for download.

  • Changed content type : application/json
GET /v3/generatedLivedocs/{generatedLivedocId}

Get status of Document Generator process

GET /v3/teamsites/{teamSiteId}/livedocVersions/{libraryContentVersionId}

Get the list of inputs for a Document Generator

POST /v3/teamsites/{teamSiteId}/livedocVersions/{libraryContentVersionId}

Run a Document Generator

Parameters:

Changed: teamSiteId in path

Team site identifier that owns the livedoc template version.
Changed: libraryContentVersionId in path
Content version identifier of the livedoc template.

Return Type:

Changed response : 201 Created

Generation request created successfully.
Changed header : Location
URL of the generated Livedoc status resource.

  • Changed content type : application/json

Result


API changes broke backward compatibility