Publish Terms of Use link onto the documentation page

This guide explains how to add link to the Terms of User

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

terms-of-use-url should be a link to a publicly accessible terms of use file

Last updated