curl --request POST \
--url http://localhost/api/api/bucketcontent \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"client_transaction_id": "<string>",
"populate_buckets": [
"<string>"
]
}
'{
"client_transaction_id": "<string>",
"status": "<string>"
}Populate existing transaction into other buckets on an ad-hoc basis.
curl --request POST \
--url http://localhost/api/api/bucketcontent \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"client_transaction_id": "<string>",
"populate_buckets": [
"<string>"
]
}
'{
"client_transaction_id": "<string>",
"status": "<string>"
}The Bucket Content API was designed to allow transactions to be included in a bucket on an ad-hoc basis. For example, some transactions have not been populated to another bucket, so the user decides to perform this API request to pass to other buckets. This can be done via the following API call.Documentation Index
Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt
Use this file to discover all available pages before exploring further.
JWT token obtained from AWS Cognito or custom authentication service