aps-tutorial-postman icon indicating copy to clipboard operation
aps-tutorial-postman copied to clipboard

Remove deprecated destination field from Translation job creation

Open rtisma opened this issue 4 months ago • 0 comments

Currently postman collections in Modelderivative_04 contains the following payload when creating a job

{
    "result": "success",
    "urn": "dXJuOmFkc2sub2JqZWN0czsdfsdfpvcy5vYmplY3Y3dfsdsdfODkwL1N1c3BlbnNpb24xMjMuemlw",
    "acceptedJobs": {
        "output": {
            "destination": {
                "region": "us"
            },
            "formats": [
                {
                    "type": "svf2",
                    "views": [
                        "2d",
                        "3d"
                    ]
                }
            ]
        }
    }
}

According to the body schema, output.destination is deprecated and the region should be defined in the header.

rtisma avatar Sep 15 '25 21:09 rtisma