Skip to main content
POST
Python (SDK)

Authorizations

tql_api_key
string
header
required

Headers

Connect-Protocol-Version
enum<number>
default:1
required

Define the version of the Connect protocol

Available options:
1
Connect-Timeout-Ms
number

Define the timeout, in ms

Body

application/json
commitId
string
path
string

Response

Success

commitId
string
path
string
previousPath
string | null
changeType
enum<string>
Available options:
ONTOLOGY_HISTORY_CHANGE_TYPE_UNSPECIFIED,
ONTOLOGY_HISTORY_CHANGE_TYPE_ADDED,
ONTOLOGY_HISTORY_CHANGE_TYPE_MODIFIED,
ONTOLOGY_HISTORY_CHANGE_TYPE_DELETED,
ONTOLOGY_HISTORY_CHANGE_TYPE_RENAMED
beforeContent
string
afterContent
string
isBinary
boolean