Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 490 Bytes

publish-terms-of-use-link-onto-the-documentation-page.md

File metadata and controls

22 lines (16 loc) · 490 Bytes
description
This guide explains how to add link to the Terms of User

Publish Terms of Use link onto the documentation page

How to add Terms of Use link with API

To set up the link use the following request.

PATCH /AidboxConfig/smartbox
content-type: text/yaml
accept: text/yaml

smartbox:
  terms-of-use-url: https://example.com/terms-of-use

{% hint style="info" %} terms-of-use-url should be a link to a publicly accessible terms of use file {% endhint %}