Sep 20, 2024
Enable a task V1
Enables a task using the v1 endpoint, please use enableTask
instead.
Usage
Required ACL:
addObject, deleteIndex, editSettings
Copy
1
2
3
4
5
import Ingestion
let client = try IngestionClient(appID: "ALGOLIA_APPLICATION_ID", apiKey: "ALGOLIA_API_KEY", region: .us)
let response = try await client.enableTaskV1(taskID: "76ab4c2a-ce17-496f-b7a6-506dc59ee498")
Did you find this page helpful?