pydo.images.post_account_transfer_accept()
Generated on 23 Apr 2026
from pydo version
v0.31.0
Description
To accept an account transfer for an image, send a POST request to
/v2/images/$IMAGE_ID/account_transfer/accept.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
image_id |
integer | True | A unique number that can be used to identify and reference a specific image. | |
body |
JSON or IO[bytes] | True |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.