Skip to main content
PUT
Update an archive for a matter.

Authorizations

x-api-key
string
header
required
Authorization
string
header
required

Path Parameters

matterId
string
required

Body

isArchived
boolean
required

Flag indicating if the matter is archived.

Example:

true

archivedDate
string<date-time>

Date the matter was archived.

Example:

"2022-04-23T14:00:00Z"

archiveBoxNumber
string | null

Archive box number.

Example:

"24"

archiveComments
string | null

Archive comments.

Example:

"Lot 1"

archivedLocation
string | null

Archived location.

Example:

"Box"

destroyDate
string<date-time>

Date the files of the matter were destroyed.

Example:

"2022-04-29T14:00:00Z"

Response

When request is accepted. Returns a 'Link' object.

id
string | null
href
string | null
relation
string | null
method
string | null
default:GET