Skip to main content

Transfer image to another project

Transfer an image from one project to another within the same account.

POST/resource-transfer/

Query parameters

Request body

application/json

object
current_project_idintegerrequired

ID of the source project from which the image will be transferred

example43695
target_project_idintegerrequired

ID of the destination project to which the image will be transferred

example46162
resource_typestringrequired

Type of resource being transferred

exampleimage
resource_idstringrequired

Unique identifier of the image resource

example36622

Responses

200Successful response for transferring an image between projects
object
codeinteger
example200
datastring
example
errorsobject
messagestring
exampleResource is transferred successfully.