cURL
curl --request PUT \ --url https://api.sandbox.teal.dev/v0/transactions/journal-entries \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'teal-instance-id: <teal-instance-id>' \ --data ' [ { "journal_entry_id": "<string>", "review_status": "unreviewed" } ] '
{ "message": "<string>", "data": "<unknown>", "display_message": "<string>", "error_code": "invalid_date" }
Update Transaction Journal Entries
The access token received from the authorization server in the OAuth 2.0 flow.
The Teal instance ID
The unique ID of the object.
The review status.
unreviewed
reviewed
Successful Response