Update Config

PUT

Given a run ID (passed as a URL parameter) and a ConfigUpdate (Simple JSON Body, nested withing “config_update” key), checks the eligibility of the user to run the operation on the config. Only applicable to updating a configuration file for a complete run

:param str run_id: a single run_id as it appears in wandb :param UpdateConfig config_update: a JSON with a single key “config_update”, and value of a JSON where all keys are valid ConfigUpdates.

:return: A JSON response, complete with the full configuration JSON as ‘configs’ for 200 response

Path parameters

run_idstringRequired

Request

This endpoint expects an object.
config_updatemap from strings to anyRequired

Response

This endpoint returns any