v1
latestSwagger 2.02026-07-1792120.1 KBupdate
Update a specific package set in the manifest.
This API endpoint only works if Users are defined in the Manifest. For more information, have a look at updating a Manifest.
Example for updating the manifest with curl:
curl --cacert marblerun.crt --cert user_certificate.crt --key user_private.key -w "%{http_code}" --data-binary @update_manifest.json https://$MARBLERUN/update
post/update
Request body
Response
Example response
{
"Status": "success"
}