Update archive order

PUT {{baseUrl}}/api/v2/logs/config/archive-order

Update the order of your archives. Since logs are processed sequentially, reordering an archive may change the structure and content of the data processed by other archives.

Note: Using the PUT method updates your archive's order by replacing the current order with the new one.

Request Body

{"data"=>{"type"=>"archive_order", "attributes"=>{"archive_ids"=>["<string>", "<string>"]}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;type&quot;:&quot;archive_order&quot;,&quot;attributes&quot;:{&quot;archive_ids&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]}}}