History
Update history item
patch/api/v1/history/{id4n}/{organizationId}/{sequenceId}
Path parameters
id4nstring required
GUID to retrieve the history for
organizationIdstring required
organizationId
sequenceIdinteger required
sequenceId
Request body
Example request
{
"organizationId": "de.acme",
"visibility": {
"public": true,
"sharedOrganizationIds": [
"de.acme",
"com.porsche",
"de.bluerain"
]
}
}Response
OK
Example response
{
"organizationId": "org.acme",
"ownerOrganizationId": "de.bluerain",
"sequenceId": 9784,
"timestamp": 1517232722,
"type": "DISPATCHED",
"visibility": {
"public": true,
"sharedOrganizationIds": [
"de.acme",
"com.porsche",
"de.bluerain"
]
}
}