Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions source/API_Reference/Web_API_v3/Settings/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,21 @@

The v3 Settings API allows the user to set and check the status of user settings.

{% anchor h2 %}
V3 Settings
{% endanchor %}

<ul>
<li><a href="{{root_url}}/API_Reference/Web_API_v3/Settings/enforced_tls.html">Enforced TLS</a></li>
<li><a href="{{root_url}}/API_Reference/Web_API_v3/Settings/mail.html">Mail Settings</a></li>
<li><a href="{{root_url}}/API_Reference/Web_API_v3/Settings/partners.html">Partner Settings</a></li>
<li><a href="{{root_url}}/API_Reference/Web_API_v3/Settings/tracking.html">Tracking Settings</a></li>
</ul>

{% anchor h2 %}
V2 Settings
{% endanchor %}

We have a bit of overlap between our v2 and v3 Settings APIs. As we roll out new endpoints we will update this page.

<ul>
Expand All @@ -21,9 +33,3 @@
<li><a href="{{root_url}}/API_Reference/Web_API/profile.html">Profile Settings</a></li>
<li><a href="{{root_url}}/API_Reference/Web_API/timezone.html">Timezone</a></li>
</ul>

{% anchor h2 %}
V3 Settings
{% endanchor %}

<a href="{{root_url}}/API_Reference/Web_API_v3/Settings/enforced_tls.html">Enforced TLS</a>
Loading