POST
/
{resourceSlug}
/
forms
/
datasource
/
{datasourceId}
/
sync
curl --request POST \
  --url https://app.agentcloud.dev/{resourceSlug}/forms/datasource/{datasourceId}/sync
"<any>"

Path Parameters

resourceSlug
string
required

The resourceSlug is a url parameter of the teamId associated with the user. Anywhere the resourceSlug is used can be interpreted as a teamId

datasourceId
string
required

Datasource object id of datasource to be synced.

Response

200
dynamicResponse
Successful operation, no redirect and no body

The response is of type any.