v1

latestOpenAPI 3.0.0MIT2026-07-14102210128.7 KB
attempt
internal

For worker to save the AttemptSyncConfig for an attempt.

post/v1/attempt/save_sync_config

Request body

attemptNumberinteger required
jobIdinteger required

Example request

{
  "syncConfig": {
    "destinationConfiguration": {
      "user": "charles"
    },
    "sourceConfiguration": {
      "user": "charles"
    }
  }
}

Response

Successful Operation

succeededboolean required