Skip to main content
PUT
/
history
/
user-operation
/
{operationId}
/
clear-annotation
Clear Annotation of an User Operation Log (Historic)
curl --request PUT \
  --url http://{host}:{port}/{contextPath}/history/user-operation/{operationId}/clear-annotation \
  --header 'Authorization: Basic <encoded-value>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

operationId
string
required

The operation id of the operation log to be updated.

Response

Request successful. This method returns no content.