Skip to main content
PUT
/
google-drive-settings
/
{id}
Update Google Drive setting
curl --request PUT \
  --url https://developer.qaip.com/api/v1/google-drive-settings/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "name": "<string>",
  "rrule": "<string>"
}
'
{
  "id": "<string>",
  "name": "<string>",
  "folder_url": "<string>",
  "rrule": "<string>",
  "secret_id": "<string>"
}

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

id
string
required

Ingestion setting ID for the Google Drive data source

Body

application/json
name
string
required

Name of the Google Drive data source

Maximum string length: 200
rrule
string

Recurrence rule (RFC 5545 RRULE). Empty string or omission removes the existing schedule.

Response

Successfully updated Google Drive setting

id
string
required

Google Drive ingestion setting ID

name
string
required

Name of the Google Drive ingestion setting

folder_url
string
required

Google Drive folder URL

rrule
string

Recurrence rule (RFC 5545 RRULE)

secret_id
string

ID of the associated secret