Add API documentation for image account transfers#1154
Merged
kishlay-singh-DO merged 8 commits intodigitalocean:mainfrom Apr 8, 2026
Merged
Add API documentation for image account transfers#1154kishlay-singh-DO merged 8 commits intodigitalocean:mainfrom
kishlay-singh-DO merged 8 commits intodigitalocean:mainfrom
Conversation
7dbb861 to
c63ac6e
Compare
82ca701 to
7c7d9eb
Compare
ae75944 to
87b5d83
Compare
kishlay-singh-DO
approved these changes
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds API documentation for:
POST /v2/images/{image_id}/account_transfer: initiating image account transfers.POST /v2/images/{image_id}/account_transfer/accept: accepting an image account transfer.POST /v2/images/{image_id}/account_transfer/decline: declining an image account transfer.POST /v2/images/{image_id}/account_transfer/cancel: canceling an image account transfer.Note: I've omitted Go/Ruby/Python code snippets as the
godoclient hasn't been updated yet.