Skip to content

Sync Monitor

POST
/theses/{thesis_id}/sync
curl --request POST \
--url http://127.0.0.1:8000/theses/example/sync
thesis_id
required
Thesis Id
string

Successful Response

Media typeapplication/json
Response Sync Monitor Theses Thesis Id Sync Post
object
key
additional properties
any
Examplegenerated
{}

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
ctx
Context
object
input
Input
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Examplegenerated
{
"detail": [
{
"ctx": {},
"input": "example",
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}