Recalculate the checksum of a model record
PUT
/api/v4/admin/data_management/{model_name}/{record_identifier}/checksum
Recalculates the checksum of a specified model record. The checksum value is a representation of the queried model hashed with the md5 or sha256 algorithm. Only available to administrators on primary Geo sites.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”model_name
required
string
See https://docs.gitlab.com/administration/admin_area/#data-management for the list of allowed values
Example
uploadsrecord_identifier
required
integer
The identifier of the model record
Responses
Section titled “Responses”OK
Media typeapplication/json
object
Example
{ "record_identifier": "abc123", "model_class": "Project", "created_at": "2025-01-31T15:10:45.080Z", "file_size": 123}400 Bad request
401 Unauthorized
403 Forbidden
404 Model Not Found