diff --git a/docs/index.html b/docs/index.html index 7a24f3bd..6b3cfbdb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -139,12 +139,17 @@ data-styled.g37[id="sc-eknHtZ"]{content:"ghzOpX,"}/*!sc*/ .eyTvTk{position:absolute;pointer-events:none;z-index:1;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:8px;margin:auto;text-align:center;}/*!sc*/ .eyTvTk polyline{color:white;}/*!sc*/ -data-styled.g38[id="sc-pYNGo"]{content:"eyTvTk,"}/*!sc*/ +.eDAldT{position:absolute;pointer-events:none;z-index:1;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:8px;margin:auto;text-align:center;}/*!sc*/ +data-styled.g38[id="sc-pYNGo"]{content:"eyTvTk,eDAldT,"}/*!sc*/ .dbfEBv{box-sizing:border-box;min-width:100px;outline:none;display:inline-block;border-radius:2px;border:1px solid rgba(38, 50, 56, 0.5);vertical-align:bottom;padding:2px 0px 2px 6px;position:relative;width:auto;background:white;color:#263238;font-family:Montserrat,sans-serif;font-size:0.929em;line-height:1.5em;cursor:pointer;transition:border 0.25s ease,color 0.25s ease,box-shadow 0.25s ease;}/*!sc*/ .dbfEBv label{box-sizing:border-box;min-width:100px;outline:none;display:inline-block;font-family:Montserrat,sans-serif;color:#333333;vertical-align:bottom;width:auto;text-transform:none;padding:0 22px 0 4px;font-size:0.929em;line-height:1.5em;font-family:inherit;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}/*!sc*/ .dbfEBv .dropdown-select{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;border:none;appearance:none;cursor:pointer;color:#333333;line-height:inherit;font-family:inherit;}/*!sc*/ .dbfEBv:hover,.dbfEBv:focus-within{border:1px solid #32329f;color:#32329f;box-shadow:0px 0px 0px 1px #32329f;}/*!sc*/ data-styled.g39[id="sc-cCVJLD"]{content:"dbfEBv,"}/*!sc*/ +.gIthhL{margin-left:10px;text-transform:none;font-size:0.969em;font-size:1em;border:none;padding:0 1.2em 0 0;background:transparent;}/*!sc*/ +.gIthhL:hover,.gIthhL:focus-within{border:none;box-shadow:none;}/*!sc*/ +.gIthhL:hover label,.gIthhL:focus-within label{color:#32329f;text-shadow:0px 0px 0px #32329f;}/*!sc*/ +data-styled.g40[id="sc-jYczwO"]{content:"gIthhL,"}/*!sc*/ .cFlAeY{margin-left:10px;text-transform:none;font-size:0.929em;color:black;}/*!sc*/ data-styled.g41[id="sc-dNFkOE"]{content:"cFlAeY,"}/*!sc*/ .kbZred{font-family:Roboto,sans-serif;font-weight:400;line-height:1.5em;}/*!sc*/ @@ -350,9 +355,10 @@ .iPCVMX:focus{box-shadow:inset 0 2px 2px rgba(0, 0, 0, 0.45),0 2px 0 rgba(128, 128, 128, 0.25);}/*!sc*/ data-styled.g113[id="sc-buTqWO"]{content:"iPCVMX,"}/*!sc*/ .dynMBc{font-size:0.929em;line-height:20px;background-color:#2F8132;color:#ffffff;padding:3px 10px;text-transform:uppercase;font-family:Montserrat,sans-serif;margin:0;}/*!sc*/ +.dBzsUh{font-size:0.929em;line-height:20px;background-color:#95507c;color:#ffffff;padding:3px 10px;text-transform:uppercase;font-family:Montserrat,sans-serif;margin:0;}/*!sc*/ .kwcmyC{font-size:0.929em;line-height:20px;background-color:#186FAF;color:#ffffff;padding:3px 10px;text-transform:uppercase;font-family:Montserrat,sans-serif;margin:0;}/*!sc*/ .gKcHYQ{font-size:0.929em;line-height:20px;background-color:#cc3333;color:#ffffff;padding:3px 10px;text-transform:uppercase;font-family:Montserrat,sans-serif;margin:0;}/*!sc*/ -data-styled.g114[id="sc-fQLpxn"]{content:"dynMBc,kwcmyC,gKcHYQ,"}/*!sc*/ +data-styled.g114[id="sc-fQLpxn"]{content:"dynMBc,dBzsUh,kwcmyC,gKcHYQ,"}/*!sc*/ .ga-DQLq{position:absolute;width:100%;z-index:100;background:#fafafa;color:#263238;box-sizing:border-box;box-shadow:0 0 6px rgba(0, 0, 0, 0.33);overflow:hidden;border-bottom-left-radius:4px;border-bottom-right-radius:4px;transition:all 0.25s ease;visibility:hidden;transform:translateY(-50%) scaleY(0);}/*!sc*/ data-styled.g115[id="sc-ecJghI"]{content:"ga-DQLq,"}/*!sc*/ .icOxsG{padding:10px;}/*!sc*/ @@ -412,7 +418,7 @@
-<body> +
<body> <header></header> <main> <div></div> </main> </body> -
Create or replace a content source within an organization.
+Accepts either a multipart/form-data body with the content in the data field, or a
+raw request body for text-based types (text/html, application/json).
Important: For files, the path parameter must include the file extension (e.g., myfile.html, data.json).
+For folders, omit the extension (e.g., myfolder).
| org required | string The organization. + |
| repo required | string Name of the repository. + |
| path required | string Path to the source content. + |
| data | string <binary> The content to store at the specified location. + |
destination: '/aemsites/geometrixx/path/to/file.html' +
{- "source": {
- "props": {
- "readyForLoc": true,
- "lastRollout": "Wed, 29 Nov 2023 01:20:40 GMT"
}
}, - "aem": {
}
}Create a content source within an organization.
+Accepts either a multipart/form-data body with the content in the data field, or a
+raw request body for text-based types (text/html, application/json).
Important: For files, the path parameter must include the file extension (e.g., myfile.html, data.json).
For folders, omit the extension (e.g., myfolder).
Examples:
Name of the repository.
Path to the source content.
-| data | string <binary> Request Body schema:
ResponsesRequest samples
Content type multipart/form-data destination: '/aemsites/geometrixx/path/to/file.html' - Response samples
Content type application/json { | ||
| path required | string Path to the source content. + |
| da-continuation-token | string Continuation token from the previous list response header. |