added meta tags to documents

This commit is contained in:
Marco Mooij | DigiState
2026-05-15 10:57:05 +02:00
parent 1ccbf651e7
commit 6cb842fa6d
17 changed files with 69 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
---
title: API Getting Started
publish: true
---
This document will explain how to get started with the Sentri API.
## Requirements
To connect to the Sentri API, you will need the following:

View File

@@ -1,3 +1,7 @@
---
title: POST Create or update server
publish: true
---
This API call creates a server or updates it with the given information.
#### Location

View File

@@ -1,3 +1,7 @@
---
title: GET Sync cloud distributor
publish: true
---
This API call synchronizes active companies in Sentri with the corresponding cloud distributor companies in Inserve. These cloud distributor companies are required to associate Sentri server licenses with companies in Inserve.
#### Location
```

View File

@@ -1,3 +1,7 @@
---
title: GET Sync companies
publish: true
---
This API call retrieves all companies from Inserve and creates or updates them in Sentri.
#### Location
```

View File

@@ -1,3 +1,7 @@
---
title: GET Sync server licenses
publish: true
---
This API call first executes the [[GET Sync cloud distributor|GET Sync cloud distributor]] action and then synchronizes all servers in an active, deleted, or trial state with Inserve licenses. It creates or updates server licenses in Inserve if they do not exist or if the license quantities differ from those in Sentri.
#### Location
```

View File

@@ -1,3 +1,7 @@
---
title: GET Sync server subscriptions
publish: true
---
This API call first executes the [[GET Sync cloud distributor|GET Sync cloud distributor]] action and then synchronizes all servers in an active or trial state to Inserve subscriptions. It creates or updates server subscriptions in Inserve if they do not exist or if the subscription name differ from those in Sentri. For this action the correct inserve `product_codes` should be defined at Portal Management > Sources > Inserve > Custom source data.
#### Location
```