Create or update a program crawling setting. Requires account manager rights.

This is an upsert: a body without an Id creates a new program setting, while a body carrying an Id updates the existing one.

🔐 Required permission: AccountManager

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The program setting to save: program id, optional parent software setting, base URL, integration type, cron, client inputs, reports, enabled state and connection properties.

int32 | null

record id

int32

Id of the program

int32

Id of the software

int32 | null

the software crawling setting id the program is inherits from

string | null

cron schedule for the program

string | null

the crawler type for this program. this overrides the program settings

string | null
enum

Client inputs to be crawled for this program. this overrides the program settings

Allowed:
string | null
enum

reports to be crawled for this program. this overrides the program settings

Allowed:
boolean

Indicates if the program is enabled

string | null

The base url of the program API or website

properties
object | null

crawler settings

string | null
enum

Specifies the method of integration for the crawling process.

Allowed:
Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses
200

The program crawling setting was created or updated.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json