Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 621 Bytes

foundry-api-reset-a-source.md

File metadata and controls

39 lines (21 loc) · 621 Bytes

Foundry API: Reset a Source (old)

POST dashboard/reset

resets the state of a resource in Foundry to allow further ingestion/run operations.

Request

No body

  • Form Param: apiKey, string
  • Form Param: sourceID, string

Response

Content-Type: application/json

200 OK

Response Body: (A JSON object)

{"status": "reset"}

400 Bad Request

if no sourceID is provided or sourceID is empty

403 Forbidden

404 Not Found

if sourceID does not correspond to a known resource

500 Internal Server Error

Response Body: (error message)