Skip to content

Create Content Import Source Payload

You can add an Content Import Source to your Fin Content Library.

sync_behaviorstringrequired

If you intend to create or update External Pages via the API, this should be set to api.

Value:"api"
Example:"api"
statusstring

The status of the content import source.

Default:"active"
Enum:"active""deactivated"
Example:"active"
urlstringrequired

The URL of the content import source.

Example:"https://help.example.com"
{ "sync_behavior": "api", "status": "active", "url": "https://help.example.com" }