Mark the migration as successfully executed
Mark the migration as successfully executed
POST
/admin/migrations/{timestamp}/mark
curl \
--request POST 'https://www.gitlab.com/api/v4/admin/migrations/{timestamp}/mark' \
--header "Private-Token: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"database":"main"}'
Request examples
{
"database": "main"
}