* Update hosted image metadata * @param options Properties to update * @returns Updated image metadata * @throws ImagesError if update fails
(options: ImageUpdateOptions)
| 13914 | * @throws {@link ImagesError} if update fails |
| 13915 | */ |
| 13916 | update(options: ImageUpdateOptions): Promise<ImageMetadata> |
| 13917 | /** |
| 13918 | * Delete a hosted image |
| 13919 | * @returns True if deleted, false if not found |
no outgoing calls
no test coverage detected