Patch metadata state
PATCH metadata state for a file, (i.e. when an upload has completed)
patch/files/{path}
Path parameters
pathstring required
path of required file
Request body
Example request
{
"state": "UPLOADED",
"etag": "194577a7e20bdcc7afbb718f502c134c"
}Response
OK