attempt
internal
For worker to save the AttemptSyncConfig for an attempt.
post/v1/attempt/save_sync_config
Request body
Example request
{
"syncConfig": {
"destinationConfiguration": {
"user": "charles"
},
"sourceConfiguration": {
"user": "charles"
}
}
}Response
Successful Operation