# Update journals as posted **PUT /api/v1.0/engagements/{engagementSid}/journal-entries/command/post/bulk** Update 'Ready to post' or 'Pending post' journals as 'Posted' or override the properties of already posted journls ## Servers - https://journal.adra.com: https://journal.adra.com () ## Authentication methods - Adra oauth code pkce & Adra personal access token ## Parameters ### Path parameters - **engagementSid** (string) The engagement SID ### Body: application/json (object) The details of the journals - **journals** (array[object]) - **bundleGuid** (string(uuid) | null) ## Responses ### 200 OK #### Body: application/json (object) - **journalsUpdated** (array[object]) - **bundleGuid** (string(uuid)) ### 400 Bad Request #### Body: application/problem+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### 409 Conflict #### Body: application/problem+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### default Error #### Body: application/problem+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) [Powered by Bump.sh](https://bump.sh)