Append
Append data to an existing JSON table. This should not be run in parallel with another append call, or when creating a file manager file, as undefined behaviour may occur.
Permissions
api.file-manager.write
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
[
{
"Account": "Accounts Receivable",
"Amount": "100.00$"
},
{
"Account": "Accounts Payable",
"Amount": "100.00$"
}
]Response
OK
The unique object identifier.
The data integrity version, to ensure data consistency.
The date that the object was originally created.
The date that the object was last updated or modified.
Details about the user who created the object.
Details about the user who last modified or updated the object.
The combined size of all data that has been appended to this JSON table.

