Skip to main content
POST
/
api
/
v1
/
history
/
{id}
/
metadata
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Base64url-encoded auth token

Path Parameters

id
integer<int32>
required

Movement identifier.

Required range: x >= 0

Body

application/merge-patch+json

RFC 7396 JSON Merge Patch. The body is applied directly to the movement's metadata object: any field with value null is removed, every other field is recursively merged.

The body is of type any.

Response

Metadata updated