|
|
@@ -526,21 +526,25 @@
|
|
|
target="_blank">here</a></p>
|
|
|
<p class="notice">It is recommended to <u>uncheck</u> this option</p>
|
|
|
</li>
|
|
|
- <li data-options-label="saveToRestFormApiLabel"> <span class="option">Option: POST the content as a file to an Api endpoint</span>
|
|
|
- <p>Check this option to save the page on an Api endpoint.</p>
|
|
|
+ <li data-options-label="saveToRestFormApiLabel"> <span class="option">Option: upload to a REST Form
|
|
|
+ API</span>
|
|
|
+ <p>Check this option to save the page on an API endpoint accepting form data.</p>
|
|
|
<p class="notice">It is recommended to <u>uncheck</u> this option</p>
|
|
|
</li>
|
|
|
<li data-options-label="saveToRestFormApiUrlLabel"> <span class="option">Option: URL</span>
|
|
|
- <p>Enter the URL of the Api endpoint.</p>
|
|
|
+ <p>Enter the URL of the API endpoint.</p>
|
|
|
</li>
|
|
|
- <li data-options-label="saveToRestFormApiTokenLabel"> <span class="option">Option: user auth token</span>
|
|
|
- <p>Provide the Authorization bearer token</p>
|
|
|
+ <li data-options-label="saveToRestFormApiTokenLabel"> <span class="option">Option: authorization
|
|
|
+ token</span>
|
|
|
+ <p>Provide the the value of the "Bearer" token to authenticate the request.</p>
|
|
|
</li>
|
|
|
- <li data-options-label="saveToRestFormApiFileFieldNameLabel"> <span class="option">Option: mapped file field name</span>
|
|
|
- <p>Map the name of the file field that is posted to the endpoint</p>
|
|
|
+ <li data-options-label="saveToRestFormApiFileFieldNameLabel"> <span class="option">Option: archive
|
|
|
+ data field name</span>
|
|
|
+ <p>Enter the name of the field that will contain the data of the saved page.</p>
|
|
|
</li>
|
|
|
- <li data-options-label="saveToRestFormApiUrlFieldNameLabel"> <span class="option">Option: mapped url field name</span>
|
|
|
- <p>Map the name of the url field that is to the endpoint</p>
|
|
|
+ <li data-options-label="saveToRestFormApiUrlFieldNameLabel"> <span class="option">Option: archive
|
|
|
+ URL field name</span>
|
|
|
+ <p>Enter the name of the field that will contain the URL of the saved page.</p>
|
|
|
</li>
|
|
|
</ul>
|
|
|
<p>Network</p>
|