* Update hosted image metadata * @param options Properties to update * @returns Updated image metadata * @throws ImagesError if update fails
(options: ImageUpdateOptions)
| 13099 | * @throws {@link ImagesError} if update fails |
| 13100 | */ |
| 13101 | update(options: ImageUpdateOptions): Promise<ImageMetadata>; |
| 13102 | /** |
| 13103 | * Delete a hosted image |
| 13104 | * @returns True if deleted, false if not found |
no outgoing calls
no test coverage detected