Skip to content

Create Content Import Source Payload

You can modify a Content Import Source of your Fin Content Library.

sync_behaviorstringrequired

If you intend to create or update External Pages via the API, this should be set to api. You can not change the value to or from api.

Enum:"api""automated""manual"
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. This may only be different from the existing value if the sync behavior is API.

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