meta { name: Write Bookmarks type: http seq: 2 } post { url: {{baseUrl}}/forms/pdfengines/bookmarks/write body: multipartForm auth: none } body:multipart-form { files: @file(../../test/integration/testdata/page_1.pdf) bookmarks: [{"title":"Chapter 1","page":1,"children":[{"title":"Section 1.1","page":1}]}] } headers { ~Gotenberg-Output-Filename: with-bookmarks ~Gotenberg-Webhook-Url: http://localhost:8080/webhook ~Gotenberg-Webhook-Error-Url: http://localhost:8080/webhook/error ~Gotenberg-Webhook-Events-Url: http://localhost:8080/webhook/events ~Gotenberg-Webhook-Method: POST ~Gotenberg-Webhook-Error-Method: POST ~Gotenberg-Webhook-Extra-Http-Headers: {"X-Custom":"value"} }