Skip to main content
PATCH
/
v2
/
organizations
/
{organizationId}
/
directories
/
{directoryId}
/
sources
/
{sourceId}
/
status
Update source status
curl --request PATCH \
  --url https://api.orbitsearch.com/v2/organizations/{organizationId}/directories/{directoryId}/sources/{sourceId}/status \
  --header 'Authorization: Bearer <token>'
Updates the status of a source, for example to retry a failed upload.

Path parameters

organizationId
string
required
The UUID of the owning organization.
directoryId
string
required
The UUID of the directory.
sourceId
string
required
The UUID of the source to update.