Update an action feed

Learn about the Update endpoint in the FeedingBackgroundInfo collection.

This API lets you update the details of a specific action feed.

In this section, "Action feed" refers to the process of extracting and importing actions from an external PDF file.

For example, you can change the source (external PDF) file from which the actions are extracted and imported into your project.

API request

Parameters

Parameter
Description

id

Unique identifier of the action feed.

tenantId

Unique identifier of the tenant responsible for the project.

projectId

Unique identifier of the project in which you are feeding actions.

Note: Whether or not you need to enter the project ID depends on your user account;

  • If you are working with a private solution, you might need to enter the project ID..

  • On the other hand, if you are working with a public solution, you might need to enter the project domain and function ID.

filePath

The path of the file that contains the action feed.

fileSize

Size of the file that contains the action feed.

uploadDate

Exact time and date of uploading the action feed.

status

Status code of the process of uploading or deleting the action feed.

By default, this value is 0.

status_Str

A message (for reference) that provides information about the status of the process of updating the action feed.

creationTime

Exact time and date of creating the action feed.

isDeleted

Indicates whether the action feed or action has been deleted.

Last updated

Was this helpful?