diff --git a/docs/index.html b/docs/index.html index 0ba56e75..deb273c4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -12,383 +12,407 @@ margin: 0; } -
Download OpenAPI specification:Download
DA Admin API is used to manage Document Authoring content repositories.
Download OpenAPI specification:
The source API allows you to work directly with your content sources (Docs, Sheets, Media).
source
Get a content source from an organization.
The organization.
Name of the repository.
Path to the source content.
The source content file extension.
The source content
Invalid request.
Not authenticated.
Resource not found.
Operation failed due to an internal error.
<body> +
<body> <header></header> <main> <div></div> </main> </body> -
Create a content source within an organization.
The content to store at the specified location.
Source created successfully.
destination: '/aemsites/geometrixx/path/to/file.html' -
{"source": {"editUrl": "https://da.live/edit#/adobecom/blog/my-cool-post","contentUrl": "https://content.da.live/adobecom/blog/my-cool-post","status": 201,"props": {"readyForLoc": true,"lastRollout": "Wed, 29 Nov 2023 01:20:40 GMT"}},"aem": {"previewUrl": "https://main--blog--adobecom.hlx.page/my-cool-post","liveUrl": "https://main--blog--adobecom.hlx.live/my-cool-post"}}
Delete the content source or directory.
The request was completed successfully.
destination: '/aemsites/geometrixx/path/to/file.html' +
{"source": {"editUrl": "https://da.live/edit#/adobecom/blog/my-cool-post","contentUrl": "https://content.da.live/adobecom/blog/my-cool-post","status": 201,"props": {"readyForLoc": true,"lastRollout": "Wed, 29 Nov 2023 01:20:40 GMT"}},"aem": {"previewUrl": "https://main--blog--adobecom.aem.page/my-cool-post","liveUrl": "https://main--blog--adobecom.aem.live/my-cool-post"}}
The copy API allows you to copy a directory or source.
copy
Copy a content source within an organization.
The destination path of the copy.
The move API allows you to move a directory or source.
move
Move a content source within an organization.
The destination path of the move.
The versionsource and versionlist APIs allow you to work with versions of source documents and sheets.
versionsource
versionlist
Returns version of a given source.
GUID of the version source.
Create a version of a given source.
Returns a list of versions for a given source.
The list of audits and versions.
[{"timestamp": 0,"url": "string","path": "string","users": [{"email": "string"}]}]
The list API will list children of a directory.
list
Returns a list of sources from an organization.
The list of sources
{"sources": [{"editUrl": "string","contentUrl": "string","props": { }}]}
The config API will allow you to associate sheet-formatted configurations with orgs, sites, directories, documents, and sheets.
config
Get a config for an org, repo, or source.
Create a config for an org, repo, or source.