Skip to main content
POST
/
activeviam
/
database
/
rest
/
v10
/
data
/
branches
/
{branch}
Update the database.
curl --request POST \
  --url http://localhost:9090/activeviam/database/rest/v10/data/branches/{branch} \
  --header 'Content-Type: application/json' \
  --data '
{
  "actions": [
    {
      "baseTable": "<string>",
      "lines": [
        [
          "<string>"
        ]
      ],
      "updateProcedure": {},
      "where": {}
    }
  ],
  "context": {
    "statisticsOption": "<string>"
  },
  "expectedEpoch": 123
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

branch
string
required

Desired branch name.

Body

application/json

Update content in JSON format.

actions
object[]
context
object
expectedEpoch
integer<int64>

Response

200 - application/json

Table updated successfully.

Map of table names to their results

{key}
object

Result of the update for a specific table containing row counts