Skip to main content
Version: 2.0.0

Use

Headers

Include an environment header to indicate which datasource/environment to use. Example:

Header: X-Env: itm Header

CRUD Payload

CRUD Payload

Request payloads vary depending on the operation. Example placeholder payload:

{
"operation": "CREATE",
"entity": "customer",
"data": {
"id": 123,
"name": "ACME Corp",
"address": "1 Main St"
}
}

CRUD Response

CRUD Response

Example response placeholder:

{
"status": "SUCCESS",
"message": "Record created",
"data": {
"id": 123
}
}

Azure git config (application.properties)

Azure git config