Modify BlobAsk AIpatch https://www.freeclimb.com/apiserver/Accounts/{accountId}/Blobs/{blobId}Modifys a pre existing blob by either adding new fields, or modifying existing fieldsPath ParamsaccountIdstringrequiredID of the accountblobIdstringrequiredString that uniquely identifies this Blob resource.Body ParamsRequest body to specify keys to modify. Or new keys to add onto the already existing blobblobobjectrequiredblob objectaliasstringlength ≤ 64Custom identifier for this blob that is unique for the owning account. It will be set to the blobId by default if not provided.Responses 200Blob keys successfully modified, updated blob returned. 404Generic platform not found error. 409Generic platform status conflict error. 413Generic platform status request entity too large. 500Generic platform internal error.Updated 5 months ago