Skip to content

Commit 2b1c72e

Browse files
authored
Add image type app to image documentation (#130)
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
1 parent 4a3c61e commit 2b1c72e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hcloud/images/domain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Image(BaseDomain, DomainIdentityMixin):
1010
:param id: int
1111
ID of the image
1212
:param type: str
13-
Type of the image Choices: `system`, `snapshot`, `backup`
13+
Type of the image Choices: `system`, `snapshot`, `backup`, `app`
1414
:param status: str
1515
Whether the image can be used or if it’s still being created Choices: `available`, `creating`
1616
:param name: str, None

0 commit comments

Comments
 (0)