public interface ContainerApi extends ApiClient.Api
Modifier and Type | Method and Description |
---|---|
Image |
getImage(String id)
Image
Returns the details of previously saved image.
|
ImageIdLink |
saveImage(ImageEdit imageResource)
Image
${image.post.description}
|
Image getImage(String id)
id
- The identifier of the image, in hash format `[<algorithm>:]<hash>`. (required)ImageIdLink saveImage(ImageEdit imageResource)
imageResource
- imageResource (required)Copyright © 2016–2022. All rights reserved.